Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tobich2528yFor documentation I normally go with MDN (Mozilla Development Network)
https://developer.mozilla.org/en-US... -
boottape1008yCheck out funfunfunction and Wes Bos on youtube. Both superb resources.
Also I see you mention methods and classes. Just be open to JavaScript being very different than other OOP languages. In fact functional programming is very popular in JavaScript now, where you don't use classes at all. (Some people will use a mixture of OOP and FP though). -
boottape1008y@nitaj96a definitely. Classical inheritance in JS I find to be even worse than in other languages but prototypes are great! Pure functions for me are the future (we'll still need OOP though).
Im learning Javascript, where can I find some documentation about the methods and classes of this language?
undefined
javascript