Skip to content

fikrcamp/reverse-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Reverse word

Your Task 📚:

Create a function called reverseWords that takes in a sentence and reverses it word by word

Examples 😃:
reverseWords("fikrcamp bootcamp") ➞ "bootcamp fikrcamp"
reverseWords("hello there!") ➞ "there! hello"
reverseWords("welcome to my city") ➞ "city my to welcome"

Good Luck 😀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published