Modern JavaScript Foundations
A friendly, practical introduction to modern JavaScript — variables, functions, arrays and the syntax you'll use every day.
View courseA friendly, practical introduction to modern JavaScript — variables, functions, arrays and the syntax you'll use every day.
View courseWhen to use let, when to use const, and why var is best left behind.
Read tutorialWrite functions the classic way and with concise arrow syntax.
Read tutorialLimit how often a function can run — great for scroll and resize handlers.
View snippet