From the course: JavaScript: Service Workers

What you should know - JavaScript Tutorial

From the course: JavaScript: Service Workers

Start my 1-month free trial

What you should know

- [Instructor] This course is optimized for web developers, so you need to be confident with HTML, CSS, and mainly JavaScript. We're going to use ECMAScript 6, so you need to be confident with at least arrow functions and templated strings. Service workers are using a lot of promises, so it's important for you to understand the promises design patterns and how they work on ES6 before attending this course. In terms of what you need to have installed in your computer to follow along the videos, you need a text editor. I'm going to use Visual Studio Code. You need latest versions of a web browser that you want to test service workers on, and a web server. I will use a web server based on the OJS, so if you want to use the same one, you also need to install an OJS. We are ready to start, so let's start talking about service workers.

Contents