|
|
|
|
|
by funthree
5275 days ago
|
|
>> Secondly, pass your code through a good lint tool to ensure that you've not used any undeclared variables, since undeclared variables will cause implicit global variables. This is also regarded as a general best-practice for JS development, and there's absolutely no reason you shouldn't adhere to it. How about 'use strict' |
|