Skip to content

Tutorial

digital-synapse edited this page Nov 27, 2014 · 13 revisions

If you have not already done so, you should read through the Getting Started Guide first before reading the tutorial as the tutorial will build upon the concepts shown there.

##Object Oriented Programming in javascript with ds.oop OOP is an important programming concept that many javascript developers never bother to learn because "hey whats that new keyword thingie used for anyway? How come I have never needed it?" Well chances are you have needed it and you have been writing horribly complex and unmanageable heaps of code to achieve tasks that actually require very little code or complexity.

ds.oop is all about making oop in javascript simpler and easier to use so lets get right into it and see how simple it is to write object oriented javascript.

to be written

Back to Home

Clone this wiki locally