What will happen if reverse() and join() methods are used simultaneously?
(a) Reverses and stores in the same array
(b) Reverses and concatenates the elements of the array
(c) Reverses
(d) Stores the elements of an array in normal order
The question was asked in an online interview.
My question is taken from Array and Related Methods topic in division Lexical Structures of JavaScript