Skip to content

Instantly share code, notes, and snippets.

@lethalbrains
Created July 12, 2017 10:57
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 lethalbrains/8226343d633fc153c0488675371b10d7 to your computer and use it in GitHub Desktop.
Save lethalbrains/8226343d633fc153c0488675371b10d7 to your computer and use it in GitHub Desktop.
// All the code snippets below are acceptable
let obj = {
first: 'Naruto',
last: 'Uzumaki',
}
let array = [
'red',
'green',
'blue',
]
function killAllMonsters(
hero,
weapons,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment