Skip to content

Commit eb80e47

Browse files
committed
updated the answer
1 parent 9b108f2 commit eb80e47

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ console.log(result);
1515
// Answer: There are 6
1616

1717
// b) How many function calls are there?
18-
// Answer: There are no function calls
18+
// Answer: There ise one "Console.log"
1919

2020
// c) Using documentation, explain what the expression movieLength % 60 represents
2121
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9b108f242a001dd0ad82f7d4c96bb142b00d35c2

Sprint-3/3-mandatory-practice/implement/repeat.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
function repeat() {
2+
const countString = [0];
3+
for(i )
24
return "hellohellohello";
35
}
46

0 commit comments

Comments
 (0)