Pair Up    β 00:00
Searching for a partner...

Expected Wait Time... 00:15

Users Searching... 0

Your Partner is Ready!

00:20

Strings

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"