Exercise: get first word
Given a sentence (letters and spaces), return the first word:
"The black cat" -> "The"
"example" -> "example"
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Given a sentence (letters and spaces), return the first word:
"The black cat" -> "The"
"example" -> "example"