JavaScript
Jump ahead on this page:
Learn JavaScript
Baseline Newly available JavaScript features
Get familiar with common and useful JavaScript features
Optimize poor INP caused by JavaScript
Optimize third-party JavaScript resources
Dive into JavaScript patterns
New to JavaScript?
If you're new to JavaScript, we've got you covered. Our Learn JavaScript course guides you through how JavaScript works, beginning with the basics such as variables, functions, and conditional statements. From there, you'll tackle more complex topics such as prototypal inheritance, classes, and other topics to help you hone your JavaScript skills so that you can build rich web applications.
Baseline Newly available JavaScript features
Baseline signals to web developers when web platform features can be safely used in all major browser engines. Here are some JavaScript features that are now Baseline Newly available.
Get familiar with common and useful JavaScript features
JavaScript gives you a lot of tools to help you build applications that respond to the needs of your users. Here are some common features might want to use in your web applications that are worth knowing about!
Promises
The fetch API
fetch API allows you to make HTTP requests to fetch data from the web on the front end.
IndexedDB
Optimize poor INP caused by JavaScript
How you use JavaScript can have an effect on your web application's Interaction to Next Paint (INP). These guides will help you to get a handle on page repsonsiveness issues caused by JavaScript.