Today's JavaScript coding challenge is to find the smallest element in a rotated sorted array.The original array was sorted in increasing order, but it was then rotated at some pivot.There are no duplicate elements in the array.Join the Daily JavaScript Challenge series for more programming challenges!