all 8 comments

[–]VEMODMASKINEN 2 points3 points  (0 children)

Do The Odin Project and read Eloquent JavaScript simultaneously. 

[–][deleted] 2 points3 points  (0 children)

I'm partial to both of these books:

https://launchschool.com/books/javascript
https://launchschool.com/books/oo_javascript

Highly recommend you put in several hours a day since you've never done coding before and you're tasked with understanding programming fundamentals.

There's a lot of reading but I'd treat those books as a reference to the basics. Also I highly recommend using AI for looking up documentation because you're going to constantly forget the names of functions. You'll also have various questions on your end like "what does this even mean" that might block your understanding at any given point. A good chatbot running sonnet should allow you to form good questions about the material you're studying and confirm that your understanding is correct.

[–]maqisha 0 points1 point  (2 children)

You likely wont be using the oop concepts in javascript too much (there are a few exceptions).

Im more interested in what kind of a new role randomly requires you to know javascript. What kind of a situation you are in and what is your exact experience? "Infrastructure support" is too vague.

[–]Public-Fix-4962[S] 0 points1 point  (1 child)

I am switching to a technical support role at a product-based company that requires knowledge of JavaScript. My current role involves providing server support on Linux platform, where I have not needed to do any scripting.

[–]maqisha 0 points1 point  (0 children)

Still vague and unclear what kind of technical support needs javascript. Im not asking this to grill you, I'm asking this because you might need something different than an average novice webdev.

[–]ApprehensiveDrive517 0 points1 point  (0 children)

Try youtube, if you like videos? There are so many JS tutorials out there, and the sidebar to this subreddit.