js-assessment-answers icon indicating copy to clipboard operation
js-assessment-answers copied to clipboard

update async.js answers to Promises

Open gitmihalis opened this issue 8 years ago • 2 comments

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

gitmihalis avatar Jun 13 '16 06:06 gitmihalis

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

  • remove the jquery dependency from the project
  • consider shipping a Promise polyfill -- maybe not needed given support

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.

rmurphey avatar Jun 24 '16 13:06 rmurphey

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

gitmihalis avatar Sep 28 '16 20:09 gitmihalis