We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc908b commit f7704eeCopy full SHA for f7704ee
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -27,7 +27,7 @@ console.log(result);
27
/* SOLUTION
28
29
a) **How many variable declarations are there in this program?**
30
-There are **5** variable declarations: `movieLength`, `remainingSeconds`, `totalMinutes`, `remainingMinutes`, `totalHours`, and `result`.
+There are **6** variable declarations: `movieLength`, `remainingSeconds`, `totalMinutes`, `remainingMinutes`, `totalHours`, and `result`.
31
32
b) **How many function calls are there?**
33
- The template literal uses `${...}` expressions, but these are not function calls.
0 commit comments