Intro to JavaScript Promises, What is a Promise in JavaScript, Asynchronous Programming Codecademy

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=Dd_mgztW4HA



Duration: 3:22
53 views
2


This JavaScript programming lesson is an Intro to JavaScript Promise, we cover What is a Promise in JavaScript, and go into Asynchronous Programming based on the Learn Intermediate JavaScript course on Codecademy. In it, we learn that a promise represents an eventual outcome of some type of asynchronous operation we are trying to perform. We are also told that every promise is in one of three states: Pending, Fulfilled and rejected. The initial state is the pending state which tells us that the operation has not been completed yet. We then have a fulfilled state which tells us that the operation was completed successfully. We then have a rejected state that tells us that the operation failed and for some reason, the promise failed! This is usually due to an error! In the next lessons, we will be going into implementing our own promises. You will write JavaScript promises and see them in action. Learning to use JavaScript Promises is a game-changer. make sure to practice writing promises in JavaScript to truly see what they are about. Make sure to understand the 3 states of a JavaScript promise before moving on and get ready for some JavaScript promise examples coming up! Thanks for watching, Intro to JavaScript Promise, What is a Promise in JavaScript, Asynchronous Programming Codecademy.




Other Videos By We Will Code


2022-04-08What are Strings in PHP, How to Create PHP String, The String Data Type Explained, PHP on Codecademy
2022-04-08Review for Introduction to PHP on Codecademy's Learn PHP Course, Review Beginner PHP Concepts
2022-04-08Todo App, Create, Read, Update, Delete, What is CRUD in PHP, How CRUD Works in PHP, Codecademy PHP
2022-04-08How PHP Comments Work, Comment in PHP, Multi-Line PHP Comment, Single Line PHP Comment, Codecademy
2022-04-08How is PHP Executed, Writing a PHP Script File, Codecademy's Learn PHP, General Purpose Programming
2022-04-07How is PHP Used in HTML, Learn PHP, Codecademy, Build Dynamic Web Pages in PHP, The PHP Interpreter
2022-04-07The History of PHP, Learn PHP History, PHP History Explained for Beginners, Codecademy Learn PHP
2022-04-07Why Learn PHP, Introduction to PHP Programming Language, Codecademy Free Full PHP Programming Course
2022-04-05Node setTimeout Function JavaScript Promises Explained, Promises in JavaScript Explained, Codecademy
2022-04-04Learning how to use JavaScript Promises, Constructing a Promise Object, JavaScript Promise Example
2022-04-04Intro to JavaScript Promises, What is a Promise in JavaScript, Asynchronous Programming Codecademy
2022-04-04How to Import Modules in Node JS, Exporting Modules in Node JS, Use Modules with Require, Codecademy
2022-04-03Why Use Static Methods, Static VS Instance Methods JavaScript Walkthrough, JavaScript Static Methods
2022-04-01Add New Method to Child Class In JavaScript, Learn Intermediate JavaScript Inheritance V, Codecademy
2022-03-31Understanding JavaScript Class Inheritance, Inherit from Parent Class, Inheritance IV, Codecademy JS
2022-03-31First Time Ever Playing Destiny, PS4 Disc In PS5, Destiny Gameplay Guide for First Time Players
2022-03-30Inherit from a Parent Class, Super and Extends Keyword in JavaScript Codecademy's, Inheritance III
2022-03-30Jordan Peterson on Programming, Should I Learn to Program, Jordan Peterson on Coding and Technology
2022-03-30Playing A Plague Tale Innocence Walkthrough, Ch 2 The Strangers, Beginners Guide, New PS5 Games 2022
2022-03-29JavaScript Class Inheritance Explained, Codecademy's Learn Intermediate JavaScript, Inheritance II
2022-03-28How Class Inheritance Works in JavaScript, Class Inheritance in Programming, Codecademy's Learn JS



Tags:
Code
Coding
ES6
JavaScript
Programming
Tutorials