Created
May 12, 2018 14:31
-
-
Save thom4parisot/8699ce1590e2578882c656fda6990632 to your computer and use it in GitHub Desktop.
use strict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// '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