Skip to content

Commit 7873827

Browse files
committed
prettier addded
1 parent be0049d commit 7873827

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎Sprint-2/2-mandatory-errors/0.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// We don't want the computer to run these 2 lines - how can we solve this problem?
33

44
//We have to use the // to comment a single line
5-
/* or use /* to comment multiple lines */
5+
/* or use /* to comment multiple lines */

‎Sprint-2/2-mandatory-errors/4.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const HourClockTime12 = "8:53pm";
22
const hourClockTime24 = "20:53";
33

4-
//A variable cannot start with a number, SyntaxError is displayed.
4+
//A variable cannot start with a number, SyntaxError is displayed.

‎Sprint-2/3-mandatory-interpret/2-time-format.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ console.log(result);
3131
//e) This variable represent total movie time in hh/mm/ss format, we could name it totalTime or totalMovieTime.
3232
/*f) No, the code does not work correctly for all values.
3333
It works correctly when movieLength is a non-negative whole number representing the movie length in seconds.
34-
Negative numbers produce negative hours, minutes or seconds, and decimal numbers can produce decimal seconds, which does not give the expected hh:mm:ss format. */
34+
Negative numbers produce negative hours, minutes or seconds, and decimal numbers can produce decimal seconds, which does not give the expected hh:mm:ss format. */

0 commit comments

Comments
 (0)