Skip to content

Instantly share code, notes, and snippets.

@joleye
Last active July 3, 2017 09:12
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 joleye/89ef2471ad829ddf402b5574ad962d6c to your computer and use it in GitHub Desktop.
Save joleye/89ef2471ad829ddf402b5574ad962d6c to your computer and use it in GitHub Desktop.
hello.word
```js
var i = 1;
alert(i++);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment