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"