Challenge: Collections
Solve tasks regarding arrays in JavaScript.
Task 1
Use a prompt box to ask the user to enter a word. Then use a combination of the split()
, reverse()
, and join()
methods ...
Solve tasks regarding arrays in JavaScript.
Use a prompt box to ask the user to enter a word. Then use a combination of the split()
, reverse()
, and join()
methods ...