Home
(current)
Learn
Code Now
Terminal
Pair Up
β
Contact
(current)
Sign In
(current)
Pair Up
β
00:00
×
Searching for a partner...
Expected Wait Time... 00:15
Users Searching...
0
Cancel
Your Partner is Ready!
Accept
00:20
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