R
Join ServerReactiflux
help-js
✅ – Pink Hat – 23-03 Feb 14
What are the arguments in an arrow function when it is inside of a
setTimeout()
functionsetTimeout((a, b) => {...}, ...)
How would I know what a or b is . can I define them somehow?
or not
just not gonna use an arrow function
a
and b
will be whatever you pass as 3rd and subsequent arguments to setTimeout
do you think you could help me with my other question as well?
3 Messages Not Public
Sign In & Join Server To View