fmendes
14 years agoContributor
Javascript Classes
Is it possible to create Javascript classes? If so, how? I have tried to create on a script file and didn't work. Thanks in advance!
Hello Luis,
You can take a look at the http://msdn.microsoft.com/en-us/library/zbbaddzd(v=vs.84).aspx MSDN article - it describes how to use prototypes to create objects in JScript. You may find it useful.
Good luck.