Is JavaScript''s "new" keyword considered harmful?
It is NOT ''bad'' to use the new keyword. But if you forget it, you will be calling the object constructor as a regular function. If your constructor doesn''t check its execution context then it won''t notice that ''this''
View Details