Skip to content

Commit 9516138

Browse files
committed
Edit layout and pagination
1 parent 01609b9 commit 9516138

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

JS_Basic_Challenges/1st-Challenge.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ SOLUTION 👇🏼
2929

3030

3131

32+
33+
3234
// With comments:
3335

3436
// Store variables for Mark
@@ -61,6 +63,7 @@ console.log(resultMessage);
6163

6264

6365

66+
6467
/* ------------------------------------ */
6568

6669
// Without comments:
@@ -86,4 +89,8 @@ var higherBMI = markMass > johnMass;
8689

8790
var resultMessage = 'Is Mark\'s BMI higher than John\'s?' + ' ' + higherBMI;
8891

89-
console.log(resultMessage);
92+
console.log(resultMessage);
93+
94+
95+
96+

0 commit comments

Comments
 (0)