-
Notifications
You must be signed in to change notification settings - Fork 3
Javascript
PhoenixAndMachine edited this page Apr 7, 2014
·
32 revisions
If you think Javascript is similar to Java, C++ or Python, since they are called object-oriented programming languages, then you have to read this page.
I wrote this article after reading High Performance Javascript, Pro JavaScript Design Patterns and resources from website.
JS has several differences from the traditional object-oriented languages, which you have to understand clearly.
This article can be considered as a beginner's guide, step by step, including a lot of coding examples. You can install nodejs to run those js code.