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 1e97c2e commit 4010b4dCopy full SHA for 4010b4d
1 file changed
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -33,9 +33,9 @@ console.log(result);
33
// Ans: the variable result represent total movie lenght, Movie duration_hr_min_sec would be better name.
34
35
// In a "camel case" the following options would be better names
36
-// 1. MovieDurationHrMinSec
37
-// 2. TotalMovieSpan
38
-// 3. TotalMoviePeriod
+// 1. movieDurationHrMinSec
+// 2. totalMovieSpan
+// 3. totalMoviePeriod
39
40
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
41
@@ -45,3 +45,5 @@ console.log(result);
45
46
// Corrected typo reminder -----> remainder
47
// Suggested better names in "camel case" a convention in Javascript
48
+
49
+// corrected name suggestion according to camelCase
0 commit comments