Skip to content

Commit f7704ee

Browse files
authored
Update 2-time-format.js
1 parent 9cc908b commit f7704ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ console.log(result);
2727
/* SOLUTION
2828
2929
a) **How many variable declarations are there in this program?**
30-
There are **5** variable declarations: `movieLength`, `remainingSeconds`, `totalMinutes`, `remainingMinutes`, `totalHours`, and `result`.
30+
There are **6** variable declarations: `movieLength`, `remainingSeconds`, `totalMinutes`, `remainingMinutes`, `totalHours`, and `result`.
3131
3232
b) **How many function calls are there?**
3333
- The template literal uses `${...}` expressions, but these are not function calls.

0 commit comments

Comments
 (0)