We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ba326 commit 0e6937eCopy full SHA for 0e6937e
i18n/ja.json
@@ -1,9 +1,9 @@
1
{
2
"exercise": {
3
- "1. Scopes": "1. Scopes",
4
- "2. Scope Chains": "2. Scope Chains",
5
- "3. Global Scope & Shadowing": "3. Global Scope & Shadowing",
6
- "4. Closures": "4. Closures",
7
- "5. Garbage Collection": "5. Garbage Collection"
+ "Scopes": "Scopes",
+ "Scope Chains": "Scope Chains",
+ "Global Scope & Shadowing": "Global Scope & Shadowing",
+ "Closures": "Closures",
+ "Garbage Collection": "Garbage Collection"
8
}
9
0 commit comments