Skip to content

Commit c50614a

Browse files
committed
Change
1 parent bb5c834 commit c50614a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Debugging Activity/The Assignment/example1.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ function checkPoint1() {
1818
array.push(x * 2);
1919
}
2020
return array;
21-
}
22-
<<<<<<< HEAD
23-
console.log(getMultiples());
24-
=======
21+
}
2522
console.log(getMultiples());
26-
>>>>>>> 242991cb30e2e26f0e2ee3f3a5a5c3fc1aed7a9c
23+
2724

2825
// DO NOT CHANGE THE CODE BELOW
2926
alert2();

0 commit comments

Comments
 (0)