Get the first word of string JavaScript | Example code
Use split method with 0 indexes to get the only first word of string in JavaScript. The split method returns an array, so you can… Read More »Get the first word of string JavaScript | Example code