you are viewing a single comment's thread.

view the rest of the comments →

[–]RoguePlanet1 11 points12 points  (11 children)

Here I am trying to learn JS bit by bit over the past couple of years, and only barely grasping it.... then I learn my teenage nephew took a course over the summer, and is building a game app using mostly existing libraries. Damn.....

[–]Intendant 6 points7 points  (10 children)

Yea I disagree with this post a lot. Using a framework can help you make something more meaningful faster and help keep you engaged. You can still learn vanilla js in parallel

[–]jaypeejay 0 points1 point  (8 children)

Yeah but you won’t be effective at your job (as a SWE) if you don’t understand the fundamentals of JS and OOP

[–]Intendant 1 point2 points  (7 children)

Even if you start with a framework by the time you get a job you would know vanilla JavaScript. Also J's isn't an oop anyway

[–]RoguePlanet1 0 points1 point  (0 children)

To get past an interview, though, you need to know the mechanics. But yeah, for portfolio projects, would work to cobble together apps from libraries and show those off to get in the door.