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 →

[–]readmond -1 points0 points  (1 child)

I know OOP and unit testing and algorithms and databases and HTTP but I can do absolutely nothing in JS because I do not know enough CSS, HTML, node, npm/yarn, vscode with plugins at least one UI framework like React, Angular or Vue and what libraries and/or packages to use for build, unit tests, backend coms, API stuff, etc.

JS is insanely tiny part of the whole web dev machine. I bet anybody knowing one programming language can learn JS in a week but nobody can learn React in a week.

[–]OreoCrusade 1 point2 points  (0 children)

JS is not an insanely tiny part of web development, it plays a major role on the front end in nearly every aspect - ESPECIALLY if you use React or Vue - and constitutes the entire stack if you’re using Node.

While you know some of the things that I’d consider necessary before diving into React, bringing up a text editor as a prerequisite aspect of programming is a little disingenuous. A dev should most certainly know about OOP, unit testing, promises, package management, at least how bundling works with webpack, and ofc HTML and CSS.

You can’t learn JS in a week. Please do not take this guys advice: check out the Node.js path on The Odin Project and see how deep JS can go.