Advertisement
nikolayneykov

Untitled

May 15th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function wordsUppercase (str) {
  2.   console.log(str.toUpperCase().match(/\w+/g).join(', '))
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement