By mswatcher
via johnpapa.net
Submitted: Jan 07 2013 / 05:12
It’s likely that you’ve used classes and interfaces in statically typed languages to organizing your code into logical units. When you work with JavaScript these constructs do not exist, so we use the excellent replacements like constructor functions and the module pattern. However, you may still miss classes and interfaces
Add your comment