Skip to content

Commit 9d3552e

Browse files
[V3] Translation Service: fix everything around this exercise #1071 (#1096)
1 parent 450b866 commit 9d3552e

32 files changed

+644
-456
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11

22
!.meta
3+
4+
/exercises/**/global.d.ts
5+
/exercises/**/env.d.ts

concepts/promises/introduction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
The `Promise` object represents the eventual completion (or failure) of an
44
asynchronous operation, and its resulting value.
5-
6-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises

concepts/promises/links.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
[]
1+
[
2+
{
3+
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises",
4+
"description": "MDN: Using promises"
5+
}
6+
]

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"status": "beta"
158158
},
159159
{
160-
"slug": "promises",
160+
"slug": "translation-service",
161161
"name": "Translation Service",
162162
"uuid": "4a967656-8615-474e-a009-5c0b09f4386f",
163163
"concepts": ["promises"],

exercises/concept/promises/.docs/hints.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

exercises/concept/promises/.docs/instructions.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

exercises/concept/promises/.docs/introduction.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

exercises/concept/promises/.meta/config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)