Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47de67e

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /