Skip to content

Commit b24c246

Browse files
committed
fix: missing semicolon
1 parent 72029f0 commit b24c246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 3-conditionals/14-ph-levels.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// pH Levels 🧪
22
// Codédex
33

4-
const ph = 4
4+
const ph = 4;
55

66
if (ph > 7) {
77
console.log("Basic");

0 commit comments

Comments
 (0)