#web-development
Read more stories on Hashnode
Articles with this tag
Promises are objects in JavaScript which returns a value which can be resolved or a reason for not being resolved. States of promise: There are 3...
The nullish coalescing operator (??) is a logical operator that returns the right hand side of operator (second argument) only when the left hand side...