DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
get the first word of a string javascript
let sentence = "The big brown fox" let word = sentence.split(" ")[0] console.log(word) // The
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#word
#string
#javascript
ADD COMMENT
Topic
COMMENT
Name
6+1 =
Submit