Open illicitonion opened 1 month ago
Some of the backlog issues in https://programming.codeyourfuture.io/data-groups/sprints/3/backlog/ require using setTimeout or setInterval.
setTimeout
setInterval
We currently introduce setTimeout later on in a very full sprint teaching general asynchrony and promises https://programming.codeyourfuture.io/data-flows/sprints/3/prep/
I think we should add a block to https://programming.codeyourfuture.io/data-groups/sprints/3/prep/ introducing setTimeout (as a "fire and forget" form of asynchrony, where we don't worry about returning results).
This will:
Some of the backlog issues in https://programming.codeyourfuture.io/data-groups/sprints/3/backlog/ require using
setTimeout
orsetInterval
.We currently introduce
setTimeout
later on in a very full sprint teaching general asynchrony and promises https://programming.codeyourfuture.io/data-flows/sprints/3/prep/I think we should add a block to https://programming.codeyourfuture.io/data-groups/sprints/3/prep/ introducing
setTimeout
(as a "fire and forget" form of asynchrony, where we don't worry about returning results).This will: