Javascript Hoisting
When using JavaScript, you declare a variable using the var keyword. var myvariable = "a value"; These variables are globally…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
When using JavaScript, you declare a variable using the var keyword. var myvariable = "a value"; These variables are globally…