Skip to content

Commit cb44a34

Browse files
explain that how to get exact time
1 parent 294f0f5 commit cb44a34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎Sprint-2/3-mandatory-interpret/2-time-format.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ console.log(result);
3232

3333
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
3434
/* In this section we can only use the positive natural numbers but if we put numbers that divide by 60 without a remainder get the exact time like 10, 20 50 */
35-
/*"Percent (%) is a way to describe the full amount of anything by imagining it split into 100 equal sections.*/
35+
/*"Percent (%) is a way to describe the full amount of anything by imagining it split into 100 equal sections.*/
36+
/*we take out the odd seconds before converting to minutes so that when we divide by 60 we can get the exact whole number instead of messy decimal so that*/

0 commit comments

Comments
 (0)