Created
September 13, 2015 19:19
-
-
Save cacheflow/ccf3acc509f7330ba9da to your computer and use it in GitHub Desktop.
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 greeet = "Hello world" | |
function sayHello() { | |
console.log(greet) | |
} |
mr-wildcard
commented
Nov 4, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment