Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarahciston
/
p5tutorial2
like
0
Running
App
Files
Files
Community
sarahciston
commited on
Aug 3, 2024
Commit
5b9f0a6
·
verified
·
1 Parent(s):
ceb472c
pass function as param
Browse files
Files changed (1)
hide
show
index.js
+1
-1
index.js
CHANGED
Viewed
@@ -38,4 +38,4 @@ async function getOutputs(mod){
38
})
39
}
40
41
-
await getOutputs(fillInTask)
38
})
39
}
40
41
+
await getOutputs(fillInTask
(
)
)