
When to Use a Function Expression vs. Function Declaration
Learn when to use function expressions vs. function declarations in JavaScript, and how these methods for defining functions are different.
Learn when to use function expressions vs. function declarations in JavaScript, and how these methods for defining functions are different.
Learn how to use JavaScript arrow functions, understand fat and concise arrow syntax, and what to be aware of when using them in your code.
Jani demonstrates techniques for writing self-documenting code that make it easier to understand, reduce the need for comments, and improve program design.
Peter Bengtsson discusses how to measure the performance of your JavaScript functions and how to avoid some common pitfalls.