Skip to content

Commit f8e8823

Browse files
feat: add deri561 html & logging for even number (#2)
Co-authored-by: Deri Kurniawan <[email protected]>
1 parent 74f7f94 commit f8e8823

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

deri561.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ function isOdd(number) {
33
}
44

55
console.log(isOdd(7));
6+
console.log(isOdd(8));
67

78
function increment(number) {
89
return number + 1;

0 commit comments

Comments
 (0)