Skip to content

Commit

Permalink
[V3] Translation Service: fix everything around this exercise #1071 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte authored Apr 19, 2021
1 parent 450b866 commit 9d3552e
Show file tree
Hide file tree
Showing 32 changed files with 644 additions and 456 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@

!.meta

/exercises/**/global.d.ts
/exercises/**/env.d.ts
2 changes: 0 additions & 2 deletions concepts/promises/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

The `Promise` object represents the eventual completion (or failure) of an
asynchronous operation, and its resulting value.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
7 changes: 6 additions & 1 deletion concepts/promises/links.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
[]
[
{
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises",
"description": "MDN: Using promises"
}
]
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"status": "beta"
},
{
"slug": "promises",
"slug": "translation-service",
"name": "Translation Service",
"uuid": "4a967656-8615-474e-a009-5c0b09f4386f",
"concepts": ["promises"],
Expand Down
28 changes: 0 additions & 28 deletions exercises/concept/promises/.docs/hints.md

This file was deleted.

102 changes: 0 additions & 102 deletions exercises/concept/promises/.docs/instructions.md

This file was deleted.

6 changes: 0 additions & 6 deletions exercises/concept/promises/.docs/introduction.md

This file was deleted.

11 changes: 0 additions & 11 deletions exercises/concept/promises/.meta/config.json

This file was deleted.

Loading

0 comments on commit 9d3552e

Please sign in to comment.