I have been watching a few courses in Udemy and YouTube… and I got to learn a few basis about JavaScript, the equations and functions are not all that complicated… BUT… there is a big BUT…
… many of the instructors / teachers pull out a “keyword” in the middle of writing a function and it is a keyword I have never seen before… this is happening over an d over,.
I think I would learn much faster if I could have a reference / vocabulary / dictionary of all the keywords that can be applied when writing JavaScript…
One example of what I am taking about is when calling some parts of a function an instructor wrote something like:
let key in obj ← this came out of thin air, and I go like… what is “key” and how does it know what key you are talking about? how does JavaScript understand “in”? , I didn’t even know you could use “obj” while writing JavaScript, and how does JavaScript know what “obj” you are talking about?
^^ This was at a Udemy video watching last night… I could ask the teacher all those questions… but this was like the third time he pulls some words to include in writing, and those are 3 words that I have not seen before “key in obj”… if I had a some vocabulary reference all the formulas would flow much easier…