Introduction to JavaScript Promises
Difficulty: Advanced
Duration: 5 minutes and 52 seconds
Students: 200
Rating: 4.5/5
This practical lesson offers a brief introduction to JavaScript Promises.
Learning Objectives
- Learn what is a JavaScript Promise
- Learn what are the three states of a JavaScript Promise
- Learn how to create a JavaScript Promise
- Learn what are and how to write then and catch statements for a JavaScript Promise
Intended Audience
This lesson is intended for anyone who wants to learn about JavaScript Promises.
Prerequisites
Anyone with an interest in JavaScript in general.