Create a sorting function that allows you to sort numbers or text in ascending order Input: [3,1,2,4] Output: [1,2,3,4] Input: ["git", "react", "angular", "ember"] Output: ["angular", "ember", "git", "react"]