feat(curriculum): Add fetch challenge to the current curriculum. (#36033)

* Add fetch challenge for the current curriculum
This commit is contained in:
leodaher
2019-06-17 19:19:33 -03:00
committed by Oliver Eyton-Williams
parent 645bd75e78
commit 0be75e4b39
2 changed files with 171 additions and 0 deletions

View File

@ -24,6 +24,10 @@
"587d7fae367417b2b2512be3",
"Get JSON with the JavaScript XMLHttpRequest Method"
],
[
"5ccfad82bb2dc6c965a848e5",
"Get JSON with the JavaScript fetch method"
],
[
"587d7fae367417b2b2512be4",
"Access the JSON Data from an API"