Skip to content

Commit 3c8c693

Browse files
authored
added comments
1 parent 485a10d commit 3c8c693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async-filter.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// simulating a async call
12
const asyncCall = async element => {
23
return new Promise((resolve, reject) => {
34
setTimeout(() => {

0 commit comments

Comments
 (0)