Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Created September 13, 2015 19:19
Show Gist options
  • Save cacheflow/ccf3acc509f7330ba9da to your computer and use it in GitHub Desktop.
Save cacheflow/ccf3acc509f7330ba9da to your computer and use it in GitHub Desktop.
var greeet = "Hello world"
function sayHello() {
console.log(greet)
}
@mr-wildcard
Copy link

var greet = "Hello world"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment