Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created August 2, 2017 00:07
Show Gist options
  • Save kenmazaika/8a7693c1f4b9651b508b95a9abb0145d to your computer and use it in GitHub Desktop.
Save kenmazaika/8a7693c1f4b9651b508b95a9abb0145d to your computer and use it in GitHub Desktop.
Example from theFirehoseProject JavaScript, Lesson #3
var text = "Today, I wrote code";
console.log(text);
console.log(text);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment