Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolframkriesing committed Oct 15, 2023
1 parent 07b5ac0 commit 9a6fbcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions katas/es1/language/__all__.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
{
"name": "`new Function()` and `Function()`",
"description": "With the `Function` constructor one can dynamically create a `Function` object.",
"path": "Function-constructor/new.js",
"path": "Function-constructor/new",
"level": "INTERMEDIATE",
"requiresKnowledgeFrom": [],
"links": [
Expand Down Expand Up @@ -412,7 +412,7 @@
{
"name": "`Function.length`",
"description": "The `length` property of the `Function` constructor is always 1.",
"path": "Function-constructor/length.js",
"path": "Function-constructor/length",
"level": "BEGINNER",
"requiresKnowledgeFrom": [
{
Expand All @@ -437,7 +437,7 @@
{
"name": "`Function.prototype`",
"description": "The `prototype` property of the `Function` constructor is a `Function` object.",
"path": "Function-constructor/prototype.js",
"path": "Function-constructor/prototype",
"level": "BEGINNER",
"requiresKnowledgeFrom": [],
"links": [
Expand Down
6 changes: 3 additions & 3 deletions katas/es1/language/__grouped__.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
{
"name": "`new Function()` and `Function()`",
"description": "With the `Function` constructor one can dynamically create a `Function` object.",
"path": "Function-constructor/new.js",
"path": "Function-constructor/new",
"level": "INTERMEDIATE",
"requiresKnowledgeFrom": [],
"links": [
Expand All @@ -474,7 +474,7 @@
{
"name": "`Function.length`",
"description": "The `length` property of the `Function` constructor is always 1.",
"path": "Function-constructor/length.js",
"path": "Function-constructor/length",
"level": "BEGINNER",
"requiresKnowledgeFrom": [
{
Expand All @@ -498,7 +498,7 @@
{
"name": "`Function.prototype`",
"description": "The `prototype` property of the `Function` constructor is a `Function` object.",
"path": "Function-constructor/prototype.js",
"path": "Function-constructor/prototype",
"level": "BEGINNER",
"requiresKnowledgeFrom": [],
"links": [
Expand Down

0 comments on commit 9a6fbcd

Please sign in to comment.