Skip to content

Instantly share code, notes, and snippets.

@thom4parisot
Created May 12, 2018 14:31
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 thom4parisot/8699ce1590e2578882c656fda6990632 to your computer and use it in GitHub Desktop.
Save thom4parisot/8699ce1590e2578882c656fda6990632 to your computer and use it in GitHub Desktop.
use strict
// 'use strict';
a = 32
printA()
function printA() {
console.log(a)
}
a = 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment