What are JavaScript PROMISES?

Your video will begin in 10
67 Views
Published
#JavaScript #tutorial #courses

// Promise = An Object that manages asynchronous operations.
// Wrap a Promise Object around {asynchronous code}
// "I promise to return a value"

// DO THESE CHORES IN ORDER

// 1. WALK THE DOG
// 2. CLEAN THE KITCHEN
// 3. TAKE OUT THE TRASH
Category
Bro Code
Tags
javascript, javascript tutorial, javascript full course
Be the first to comment