Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 14, 2019 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/1acf780cd8571b0d2393452c3f8f7771 to your computer and use it in GitHub Desktop.
Save codecademydev/1acf780cd8571b0d2393452c3f8f7771 to your computer and use it in GitHub Desktop.
Codecademy export
// Build a list
comicStrip = ['Codey sees the trail', 'Codey starts the hike', 'Codey is half way', 'Codey reaches the finish']
// select the 4th item from the list
// and save it to the variable selection
comicStrip[3]
selection = comicStrip[3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment