Skip to content

Commit e617dc1

Browse files
committed
Studio changes
1 parent bc399fd commit e617dc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

classes/studio/ClassStudio.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ class CrewCandidate {
3838
}
3939

4040

41-
const bubbaBear = new CrewCandidate("Bubba Bear", 135, [88, 85, 90]);
42-
const merryMaltese = new CrewCandidate("Merry Maltese", 1.5, [93, 88, 97]);
43-
const gladGator = new CrewCandidate("Glad Gator", 225, [75, 78, 62]);
41+
let bubbaBear = new CrewCandidate("Bubba Bear", 135, [88, 85, 90]);
42+
let merryMaltese = new CrewCandidate("Merry Maltese", 1.5, [93, 88, 97]);
43+
let gladGator = new CrewCandidate("Glad Gator", 225, [75, 78, 62]);
44+
4445

45-
//adding scores
4646
bubbaBear.addScore(83);
4747
merryMaltese.addScore(95);
4848
gladGator.addScore(80);

0 commit comments

Comments
 (0)