filmov
tv
What is Promise in JavaScript | Lecture 29 | Resolve | Reject | Pending | #promises
Показать описание
Hello Friends !
Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology.
#promises
#Javascriptpromises
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
Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology.
#promises
#Javascriptpromises
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
Комментарии