Skip to content

Commit 5d1b435

Browse files
committed
lesson 10 update
1 parent c7d780c commit 5d1b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start/lesson10/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
let course = "JavaScript in 12 easy lessons";
3131
const lesson = 10;
3232
console.log(`course='${course}' inside if statement`);
33-
console.log(`lesson=${section} inside if statement`);
33+
console.log(`lesson=${lesson} inside if statement`);
3434
}
3535
}
3636

0 commit comments

Comments
 (0)