logo

JavaScript : Best Practices
Use Parameter Defaults

Missing parameters default to undefined. Using Defaults organizes your code and helps avoid bugs.

Please Login or Register to comment