Skip to content

Commit ca83643

Browse files
Fix prerequisites for captains-log (#2688)
* Fix prerequisites for captains-log We have strings in this exercise! * Update config.json
1 parent 0539714 commit ca83643

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,10 @@
432432
],
433433
"prerequisites": [
434434
"numbers",
435-
"arithmetic-operators"
435+
"arithmetic-operators",
436+
"strings",
437+
"objects",
438+
"functions"
436439
]
437440
}
438441
],

0 commit comments

Comments
 (0)