en.javascript.info/1-js/13-modules/01-modules-intro/scopes.view/hello.js
2019-03-07 13:51:21 +03:00

1 line
73 B
JavaScript

alert(user); // no such variable (each module has independent variables)