|
Posted by whiskey on 11/02/06 15:39
Technically speaking, in JavaScript you don't have classes, but only
objects. Remember that it is a prototype based language.
Anyway, JavaScript won't help you much with understanding classes and
objects. Read some OOP books. But before you do, teach yourself some
procedural programming. Because *some* ain't enough. And, in the end,
most of the time you don't actually need OOP to go from A to B.
Navigation:
[Reply to this message]
|