Skip to content

Instantly share code, notes, and snippets.

@intojs
Created November 23, 2020 00:01
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 intojs/281e0f9d3113b0075f9eb35fc0414f52 to your computer and use it in GitHub Desktop.
Save intojs/281e0f9d3113b0075f9eb35fc0414f52 to your computer and use it in GitHub Desktop.
let counter = 0;
const count = () => {
counter += 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment