Page 1 of 1
OOP Javascript
Posted: Tue Sep 05, 2006 11:14 am
by Luke
I am looking for a good starting point to learn how to write Object-Oriented Javascript. Please post any good resources for a beginner in this area. Thanks!

Posted: Tue Sep 05, 2006 11:53 am
by Weirdan
Posted: Tue Sep 05, 2006 12:07 pm
by Luke
quick question: is there some sort of function in javascript that does basically what var dump and print_r do in php?
Posted: Tue Sep 05, 2006 12:14 pm
by n00b Saibot
tho an in-built version doesn't exist, we have a js equivalent sitting right here in Devnet
viewtopic.php?t=51541 by Weirdan
Posted: Tue Sep 05, 2006 12:21 pm
by Luke
Wow... that works great... thanks noob and weirdan

Posted: Tue Sep 05, 2006 12:29 pm
by n00b Saibot
alternatively, if you ride on FireFox, you can install the 'Execute JS' extension. it has an in-built object dump method. tho it also packs other neat tricks... I would strongly advise this and FireBug extension as major tools in your foray into JS. good luck...

Posted: Tue Sep 05, 2006 9:07 pm
by chenggn