Skip to content

Commit a84402b

Browse files
Added captains-log to config.json
Added captains-log to config.json
1 parent 87ef708 commit a84402b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

config.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,22 @@
422422
"type-conversion"
423423
],
424424
"status": "beta"
425-
}
425+
},
426+
{
427+
"uuid": "65cf28ab-243c-41cb-a720-f324f2cabe28",
428+
"slug": "captains-log",
429+
"name": "Captain's Log",
430+
"concepts": ["randomness"],
431+
"prerequisites": ["numbers", "arithmetic-operators"]
432+
}
433+
],
434+
"files": {
435+
"solution": ["captains-log.js"],
436+
"test": ["captains-log.spec.js"],
437+
"exemplar": [".meta/exemplar.js"]
438+
},
439+
"blurb": "Learn about randomness and the Math.random() function while helping Mary generate stardates and starship registry numbers for her Star Trek roleplay."
440+
}
426441
],
427442
"practice": [
428443
{

0 commit comments

Comments
 (0)