Created
August 2, 2017 00:07
-
-
Save kenmazaika/8a7693c1f4b9651b508b95a9abb0145d to your computer and use it in GitHub Desktop.
Example from theFirehoseProject JavaScript, Lesson #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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