We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: