Skip to content

Commit 5f30be4

Browse files
Fix concept requirements (#2700)
1 parent 8e80fe3 commit 5f30be4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@
208208
],
209209
"prerequisites": [
210210
"arrays",
211-
"arrow-functions",
212211
"callbacks",
213212
"for-loops",
214213
"conditionals"
@@ -298,6 +297,7 @@
298297
"objects"
299298
],
300299
"prerequisites": [
300+
"arithmetic-operators",
301301
"for-loops"
302302
],
303303
"status": "beta"
@@ -356,7 +356,6 @@
356356
"array-transformations"
357357
],
358358
"prerequisites": [
359-
"arrow-functions",
360359
"numbers",
361360
"arrays",
362361
"conditionals",

0 commit comments

Comments
 (0)