Skip to content

Instantly share code, notes, and snippets.

@nexdrew
Last active January 21, 2017 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nexdrew/7e082eb93ed23011dc60a5f81fee337e to your computer and use it in GitHub Desktop.
Save nexdrew/7e082eb93ed23011dc60a5f81fee337e to your computer and use it in GitHub Desktop.
function combine (one, two) {
return one + two
}
function hello (name) {
return 'Hello ' + (name || 'World')
}
function go {} (
return true
)
function putBall () {}
putball()
function turnRight () {}
turnRight
var x == 5;
var y = function () {
consoleLog('hi there')
}
@nexdrew
Copy link
Author

nexdrew commented Jan 21, 2017

screen shot 2017-01-21 at 2 34 33 pm

@nexdrew
Copy link
Author

nexdrew commented Jan 21, 2017

screen shot 2017-01-21 at 3 31 26 pm

@nexdrew
Copy link
Author

nexdrew commented Jan 21, 2017

screen shot 2017-01-21 at 4 13 35 pm

@nexdrew
Copy link
Author

nexdrew commented Jan 21, 2017

screen shot 2017-01-21 at 4 13 42 pm

@nexdrew
Copy link
Author

nexdrew commented Jan 21, 2017

screen shot 2017-01-21 at 4 13 49 pm

@nexdrew
Copy link
Author

nexdrew commented Jan 21, 2017

screen shot 2017-01-21 at 4 13 19 pm

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