1
vote
“method overloading” in javascript
In Javascript, all arguments are optional.
You might try something like:
Edit (better method that doesn't break for values whose 'truthiness' is false):
function bar …
0
votes
External JS and browser
I would strongly recommend developing in another browser... the aggressive caching can be painful with IE. After developing you can come back and test in IE.
Also, …
