Développement
Write JavaScript for the Web
So you've learned the basics of JavaScript, and you want to use that knowledge to create dynamic web apps — this is the course for you!
Using JavaScript, you will be able to:
modify documents after they have finished loading — add new content to a page, change the color of an element to reflect a changing state, or remove an element the user does not need anymore;
interact with your users — whether ticking a box, commenting on a blog post, or submitting a tax form, your users need to be able to communicate with you, and JavaScript allows them to do so;
send and receive data to and from external APIs — harness the power of the thousands of useful APIs that already exist or plug your frontend app into your own custom backend.
You will also learn to use Gulp as a build tool for your JavaScript projects.
Objectifs pédagogiques
- Access and modify DOM elements
- capture DOM events
- handle user input
- handle AJAX response data
- use async/await
- handle errors
- build and send AJAX requests
Et si vous en faisiez votre métier ?
Suivez une des formations diplômantes de notre école 100% en ligne, et transformez vos connaissances en compétences professionnelles.
- Formations jusqu’à 100 % financées
- Date de début flexible
- Projets professionnalisants
- Mentorat individuel
1/2
Table des matières
- Partie 1
Manipulate the DOM
- Partie 2
Get data from users and from servers
- Partie 3
Use asynchronous programming to make multiple requests
- Partie 4
Build in your local environment