Guest User

Untitled

a guest
Nov 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // all functions start with the word 'function'
  2. // followed by its name and inside the parentheses () are parameters.
  3. // This one has none.
  4. function startGame()
  5. {
  6.     //Code will go here.
  7. }
Add Comment
Please, Sign In to add comment