We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5c834 commit c50614aCopy full SHA for c50614a
1 file changed
Debugging Activity/The Assignment/example1.js
@@ -18,12 +18,9 @@ function checkPoint1() {
18
array.push(x * 2);
19
}
20
return array;
21
- }
22
-<<<<<<< HEAD
23
- console.log(getMultiples());
24
-=======
+ }
25
console.log(getMultiples());
26
->>>>>>> 242991cb30e2e26f0e2ee3f3a5a5c3fc1aed7a9c
+
27
28
// DO NOT CHANGE THE CODE BELOW
29
alert2();
0 commit comments