Home
(current)
Learn
Code Now
Contact
(current)
Sign In
(current)
Strings
About
Exercises
Solutions
Learn about the data type that stores words, sentences, and more.
Output "Coding is fun" while storing each word in its own variable
From the string "campfire" output out only “camp” using a substring/slice
Repeat but output only "fire"
Solution #1
Solution #2
Solution #3