rmurphey / js-assessment-answers

125 stars 84 forks source link

update async.js answers to Promises #110

Open gitmihalis opened 8 years ago

gitmihalis commented 8 years ago

Regarding issue #104, I used Promises to answer the asynchronous tests. Vanilla JS to the rescue!

rmurphey commented 8 years ago

This is great. To land this, I think we'd want to:

I'd also love to see the XHR converted to use fetch, but after thinking about it I decided that's outside the scope of this PR.

gitmihalis commented 8 years ago

Did remove the jQuery dependency from the js-assesments project to coincide with the new async answers.