What is Promise in JavaScript | Lecture 29 | Resolve | Reject | Pending | #promises

Published: 05 November 2023
on channel: SPT999
106
8

Hello Friends !
Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology.





This lecture is dedicated for the solution of callback hell that is called promises . promise is an Object in JavaScript which has three states pending, resolve and reject. promise object makes the JS nature as Asynchronous at run time. by default JavaScript is synchronous in nature that means it works with the clock and it can not wait at any instruction. so if any instruction needed a time to for the execution it will execute next instruction. we multiple way handle this situation. promise is one of them. promise is an object which has multiple states like Resolve, Reject, Pending.


What is promise in JS
Promises in JavaScript in Hindi


Watch video What is Promise in JavaScript | Lecture 29 | Resolve | Reject | Pending | #promises online without registration, duration 12 minute 28 second in high hd quality. This video was added by user SPT999 05 November 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 106 once and liked it 8 people.