Level up with JavaScript

Published: May 11, 2020, 6 a.m.

b'

JavaScript is notorious for being one of the most popular, yet also one of the most despised programming languages to learn, so today we\\u2019re covering some of the intermediate and advanced JavaScript concepts! We\\u2019ll discuss convoluted topics like generators, prototypal inheritance, and the rendering engine.

\\n

Knowing intermediate JavaScript concepts like the call stack, context, scope, the prototype chain, higher order functions, async programming, and the event loop is invaluable and will help with learning frameworks. The fundamentals won\'t change even if the ecosystem does.

\\n

Show notes

\\n

03:24 - Functional Programming vs OOP\\n06:28 - Prototypal inheritance\\n20:34 - Higher order functions\\n25:54 - Callback functions\\n27:10 - Closures\\n27:46 - Scope + Context\\n31:12 - Iterators & Generators\\n34:26 - Rendering engine\\n37:54 - Call Stack\\n40:33 - Event loop\\n43:39 - Throttle and debounce\\n46:21 - Asynchronous programming\\n52:09 - Hoisting\\n54:44 - Primitive vs reference\\n56:59 - Debugging\\n58:48 - Shoutouts

\\n

Resources

\\n'