File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Sprint-1/3-mandatory-interpret Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ console.log(result);
3333// Ans: the variable result represent total movie lenght, Movie duration_hr_min_sec would be better name.
3434
3535// In a "camel case" the following options would be better names
36- // 1. MovieDurationHrMinSec
37- // 2. TotalMovieSpan
38- // 3. TotalMoviePeriod
36+ // 1. movieDurationHrMinSec
37+ // 2. totalMovieSpan
38+ // 3. totalMoviePeriod
3939
4040// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
4141
@@ -45,3 +45,5 @@ console.log(result);
4545
4646// Corrected typo reminder -----> remainder
4747// Suggested better names in "camel case" a convention in Javascript
48+
49+ // corrected name suggestion according to camelCase
You can’t perform that action at this time.
0 commit comments