Does Javascript have classes?
Posted
by Glycerine
on Stack Overflow
See other posts from Stack Overflow
or by Glycerine
Published on 2010-05-02T08:37:25Z
Indexed on
2010/05/02
8:47 UTC
Read the original article
Hit count: 268
A friend and I had an argument last week. He stated there were no such things as classes in Javascript.
I said there was as you can say var object = new Object()
he says "as there is no word class
used. Its not a class.
-- Whats your take on it guys?
thanks.
© Stack Overflow or respective owner