Focused on Web Development, ReactJS, Angular, JavaScript, PHP, Database Design, Ionic, Jquery and MySQL
How do you get a string to a character array in JavaScript?
I'm thinking getting a string like "Hello world!" to the array ['H','e','l','l','o',' ','w','o','r','l','d','!']
"Hello world!"
['H','e','l','l','o',' ','w','o','r','l','d','!']
No comments:
Post a Comment