Skip to content

Commit 3ea9f36

Browse files
committed
added another var name option in line 55
1 parent 3f47448 commit 3ea9f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-1/interpret/time-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ console.log(result);
5252
e) What do you think the variable result represents? Can you think of a better name for this variable?
5353
5454
------- 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.
55+
a name like "movieRunTime", "timeMovie" or "formattedTime" would be more descriptive and improve readability.
5656
5757
f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
5858

0 commit comments

Comments
 (0)