Beji96 / Exercise-76---Promise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise Promise

Write a promise. If the variable called number is greater than 10, then it returns a resolve, otherwise it returns a reject. Then manage the promise with then and catch in case of any reject.

About


Languages

Language:JavaScript 100.0%