¡@

Home 

javascript Programming Glossary: helpers.js

Global variables in Javascript across multiple files

http://stackoverflow.com/questions/2932782/global-variables-in-javascript-across-multiple-files

bunch of my JavaScript code is in an external file called helpers.js. Inside the HTML that calls this JavaScript code I find myself.. find myself in need of knowing if a certain function from helpers.js has been called. I have attempted to create a global variable.. true In global scope both in my HTML code and in helpers.js. Heres what my html code looks like html ... script type 'text..