Skip to content

Commit b68f499

Browse files
committed
Updated
1 parent e6769ed commit b68f499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

objects-and-math/studio/ObjectsStudio01.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ for (let i = 0; i < idNumbers["o2Used"].length; i++) {
2121
console.log(output.slice(0, -2));
2222
}
2323

24+
function buildCrewArray(candidates, selectedIDs) {
25+
let selectedCrew = [];
26+
}
2427

2528
let idNumbers = [291, 414, 503, 599, 796, 890];
2629
let mass = [31.8, 90, 19.1, ]

0 commit comments

Comments
 (0)