Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 303 Bytes

ex_114.md

File metadata and controls

7 lines (6 loc) · 303 Bytes

Exercise 114

  • Create a new index114.js file
  • Define a revert function that accepts a string parameter
  • This function shows the reverted text parameter
  • For example if you call the revert function with 'hello' the function will show: olleh
  • Call this function using at least 5 different words :)