What will happen if we use the "join()" method along with the "reverse()" method?
a) It will reverse and concatenates the elements of the array
b) It will reverse the element and store the elements in the same array
c) It will just reverse the element of the array
d) It will store the elements of the specified array in the normal order