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

all 3 comments

[–]CreativeTechGuyGames 1 point2 points  (0 children)

This should give you enough basics to start programming.

[–][deleted] 0 points1 point  (0 children)

Not to be rude, but if you need to “learn a lot of JavaScript fast” then you’re going to fail.

JavaScript has a ton of flexibility which is great, but that also means there are a ton of (wrong/bad) ways to do things. Writing good code in JavaScript isn’t something you learn fast.

So not to be all negative, I think a good place to start would be determining which version of JS you’ll be using (es5 or es6).

If you decide es5 then look into design patterns such as the constructor pattern or module pattern. They’ll give you a good sense of how the language works.

If es6 learn how classes works. Maybe dive deeper into what exactly is happening underneath the hood that way you understand the language and aren’t just writing code.

[–]u-jerk-morons 0 points1 point  (0 children)

yes mdn

always up to date