Skip to content

Commit a94493b

Browse files
committed
qns: modify importance
1 parent 92bbb4f commit a94493b

File tree

15 files changed

+15
-15
lines changed
  • questions
    • can-you-offer-a-use-case-for-the-new-arrow-function-syntax-how-does-this-new-syntax-differ-from-other-functions
    • difference-between-function-person-var-person-person-and-var-person-new-person
    • explain-how-jsonp-works-and-how-its-not-really-ajax
    • explain-the-differences-on-the-usage-of-foo-between-function-foo-and-var-foo-function
    • what-advantage-is-there-for-using-the-arrow-syntax-for-a-method-in-a-constructor
    • what-are-symbols-used-for
    • what-are-the-advantages-and-disadvantages-of-using-ajax
    • what-are-the-differences-between-es6-class-and-es5-function-constructors
    • what-are-the-differences-between-map-set-and-weakmap-weakset
    • what-are-workers-in-javascript-used-for
    • what-is-the-definition-of-a-higher-order-function
    • what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript
    • what-language-constructs-do-you-use-for-iterating-over-object-properties-and-array-items
    • why-is-extending-built-in-javascript-objects-not-a-good-idea
    • why-you-might-want-to-create-static-class-members

15 files changed

+15
-15
lines changed

questions/can-you-offer-a-use-case-for-the-new-arrow-function-syntax-how-does-this-new-syntax-differ-from-other-functions/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": false,
1010
"topics": ["javascript"],
11-
"importance": "high",
11+
"importance": "mid",
1212
"ranking": 999,
1313
"difficulty": "medium"
1414
}

questions/difference-between-function-person-var-person-person-and-var-person-new-person/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "mid",
11+
"importance": "high",
1212
"ranking": 140,
1313
"difficulty": "medium"
1414
}

questions/explain-how-jsonp-works-and-how-its-not-really-ajax/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "intermediate",
99
"featured": false,
1010
"topics": ["javascript", "network", "security"],
11-
"importance": "mid",
11+
"importance": "low",
1212
"ranking": 999,
1313
"difficulty": "hard"
1414
}

questions/explain-the-differences-on-the-usage-of-foo-between-function-foo-and-var-foo-function/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "mid",
11+
"importance": "high",
1212
"ranking": 150,
1313
"difficulty": "medium"
1414
}

questions/what-advantage-is-there-for-using-the-arrow-syntax-for-a-method-in-a-constructor/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "mid",
11+
"importance": "high",
1212
"ranking": 120,
1313
"difficulty": "medium"
1414
}

questions/what-are-symbols-used-for/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "intermediate",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "high",
11+
"importance": "mid",
1212
"ranking": 430,
1313
"difficulty": "medium"
1414
}

questions/what-are-the-advantages-and-disadvantages-of-using-ajax/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript", "network"],
11-
"importance": "low",
11+
"importance": "mid",
1212
"ranking": 280,
1313
"difficulty": "hard"
1414
}

questions/what-are-the-differences-between-es6-class-and-es5-function-constructors/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "mid",
11+
"importance": "high",
1212
"ranking": 200,
1313
"difficulty": "hard"
1414
}

questions/what-are-the-differences-between-map-set-and-weakmap-weakset/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "high",
11+
"importance": "mid",
1212
"ranking": 410,
1313
"difficulty": "medium"
1414
}

questions/what-are-workers-in-javascript-used-for/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "advanced",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "high",
11+
"importance": "mid",
1212
"ranking": 490,
1313
"difficulty": "medium"
1414
}

questions/what-is-the-definition-of-a-higher-order-function/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "mid",
11+
"importance": "high",
1212
"ranking": 190,
1313
"difficulty": "medium"
1414
}

questions/what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "high",
11+
"importance": "mid",
1212
"ranking": 400,
1313
"difficulty": "easy"
1414
}

questions/what-language-constructs-do-you-use-for-iterating-over-object-properties-and-array-items/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "basic",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "high",
11+
"importance": "low",
1212
"ranking": 360,
1313
"difficulty": "medium"
1414
}

questions/why-is-extending-built-in-javascript-objects-not-a-good-idea/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "intermediate",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "low",
11+
"importance": "mid",
1212
"ranking": 320,
1313
"difficulty": "medium"
1414
}

questions/why-you-might-want-to-create-static-class-members/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"level": "intermediate",
99
"featured": true,
1010
"topics": ["javascript"],
11-
"importance": "low",
11+
"importance": "mid",
1212
"ranking": 420,
1313
"difficulty": "medium"
1414
}

0 commit comments

Comments
 (0)