Suppose I'm used to coding on the server side (with server-side languages), and now I'm learning AngularJS. That means I first need a good understanding of JavaScript.
If I don't have to time to fully learn JavaScript right now, what five JavaScript concepts would you recommend I learn first/well in order to be an effective AngularJS developer?
null, undefined are all primitives. [1,2,3] ), object ( { prop1: value1, prop2: value2 } ), and function are all objects.this (example)Also note that JavaScript is single-threaded!