Skip to content

Commit 16f941d

Browse files
author
Beingsie
committed
fix: variable for aqi
1 parent 9a0499b commit 16f941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-conditionals/16-air-quality-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Air Quality Index 💨
22
// Codédex
33

4-
const api = 45;
4+
const aqi = 45;
55

66
if (aqi >= 0 && aqi <= 50) {
77
console.log("Good");

0 commit comments

Comments
 (0)