| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
let arr = 'Bilbo, Gandalf, Nazgul, Saruman'.split(', ', 2); omits the space characters before each element. The correct output will not have spaces.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
On line 544, let arr = 'Bilbo, Gandalf, Nazgul, Saruman'.split(', ', 2); omits the space characters before each element.
The correct output should not have spaces.