SyntaxFix
Write A Post
Hire A Developer
Questions
You can try the following snippet:
var str = "How,are,you,doing,today?"; var res = str.split(","); console.log("My Result:", res)