Skip to content

Instantly share code, notes, and snippets.

@stagfoo
Last active June 29, 2017 13:15
Show Gist options
  • Select an option

  • Save stagfoo/86dc41db05954f5caada98be47ab0eca to your computer and use it in GitHub Desktop.

Select an option

Save stagfoo/86dc41db05954f5caada98be47ab0eca to your computer and use it in GitHub Desktop.
// All examples of strings saved in variables
var example1 = "Happy am I; from care I'm free!";
var example2 = '"Avast, ye lubbers!" roared the technician.';
var example3 = "45";
var example4 = 'c';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment