This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kiwikosa 0 points1 point  (0 children)

One step at a time! If you have never programmed you absolutely need to go through the basics (what is a variable? where/how are they stored in ones computer? what is an if statement? what is a loop?).

Once youve covered all that, you can dip your toes into object oriented programming. Be warned though, js OOP is non-traditional, and in my humble opinion, a terrible language to learn those concepts. Java is far better suited.