Javascript replace() method does not change the calling String object. It simply returns a new string. To perform a global search and replace, including...
JavaScript reverse() function returns an array that represents the array after it has been reversed. The reverse() function does not take any argument. To...