Debug
Links
leak-finder-for-javascript Tool for finding memory leaks in JavaScript programs (open sourced by Google).
From Functions, Objects, and Context by Rebecca Murphey
To check the arguments passed to a function:
console.log(arguments);
leak-finder-for-javascript Tool for finding memory leaks in JavaScript programs (open sourced by Google).
From Functions, Objects, and Context by Rebecca Murphey
To check the arguments passed to a function:
console.log(arguments);