Skip to content
Snippets Groups Projects
Commit 43101275 authored by Prasad Bhat's avatar Prasad Bhat
Browse files

added comments

parent 9709b3c1
Branches main
No related tags found
No related merge requests found
// created a promise which returns a message
const myPromise = () => { const myPromise = () => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment