Skip to content

Commit 47de67e

Browse files
committed
Add a basic comment
1 parent 243cae4 commit 47de67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ window.onload = function () {
4949
console.log(`\n`);
5050

5151
console.log(`%cThe LX includes…%c`, bold, normal);
52-
for (let property in LX) {
52+
for (let property in LX) { // Iterate over all the enumerable properties
5353
console.log(`— %c${property}%c: ${LX[property]}`,
5454
bold, normal);
5555
}

0 commit comments

Comments
 (0)