We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f7f94 commit f8e8823Copy full SHA for f8e8823
deri561.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>deri561</title>
7
+ </head>
8
+ <body>
9
+ <h1>deri561</h1>
10
+ </body>
11
+</html>
main.js
@@ -3,6 +3,7 @@ function isOdd(number) {
}
console.log(isOdd(7));
+console.log(isOdd(8));
function increment(number) {
return number + 1;
0 commit comments