Closed BenjaminRCooper closed 10 years ago
This allows for consistency and better readability, as it is considered a convention within JavaScript.
Example:
var MyConstructorFunction = function() { } var myInstance = new MyConstructorFunction();
+1
Implemented
This allows for consistency and better readability, as it is considered a convention within JavaScript.
Example: