We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485a10d commit 3c8c693Copy full SHA for 3c8c693
async-filter.js
@@ -1,3 +1,4 @@
1
+// simulating a async call
2
const asyncCall = async element => {
3
return new Promise((resolve, reject) => {
4
setTimeout(() => {
0 commit comments