Skip to content

Conversation

@AlinaFirsova101
Copy link

No description provided.

}
//______________________________FUNCTION 4_____________________________
function reverceStr(str) {
return console.log(str.split("").reverse().join(""));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlinaFirsova Please pay attention that characters order should be reversed in each word, but words order should be the same as original.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected, thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants