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 3f47448 commit 3ea9f36Copy full SHA for 3ea9f36
Sprint-1/interpret/time-format.js
@@ -52,7 +52,7 @@ console.log(result);
52
e) What do you think the variable result represents? Can you think of a better name for this variable?
53
54
------- Result var represents the total runtime of the movie. While "result" is fine,
55
- a name like "timeMovie" or "formattedTime" would be more descriptive and improve readability.
+ a name like "movieRunTime", "timeMovie" or "formattedTime" would be more descriptive and improve readability.
56
57
f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
58
0 commit comments