Skip to content

Instantly share code, notes, and snippets.

@markmiro
Created December 13, 2015 05:44
Show Gist options
  • Save markmiro/94bd22ae603769bc9c0a to your computer and use it in GitHub Desktop.
Save markmiro/94bd22ae603769bc9c0a to your computer and use it in GitHub Desktop.
let bla = 2;
bla += 3;
console.log(bla);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment