Skip to content
New issue

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

Exercises and description for setTimeout and setInterval #5

Merged
merged 7 commits into from
Nov 17, 2014

Conversation

tannerwelsh
Copy link
Contributor

Not very interesting exercises. Mostly related to timers.

Suggestions welcome.

```javascript
console.log("Wait for it...");
__(function() { __.__(__) }, __);
// should print "NOW!" after waiting one second
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably fill in the console.log("NOW!"), as having them type that doesn't necessarily focus on the problem at hand.

@zspencer
Copy link
Contributor

Overall looks 👍. Some minor nit-picky things that you can feel free to ignore.

- Don't focus on how to log things to the console (keep focus on topic
  at hand)
- Give a helpful name for a variable
Because who wants to wait 2 minutes to see if it works
@tannerwelsh
Copy link
Contributor Author

Many thanks again, Zee. Merging now...

tannerwelsh added a commit that referenced this pull request Nov 17, 2014
Exercises and description for setTimeout and setInterval
@tannerwelsh tannerwelsh merged commit 98b18c2 into master Nov 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants