We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243cae4 commit 47de67eCopy full SHA for 47de67e
demo/app.js
@@ -49,7 +49,7 @@ window.onload = function () {
49
console.log(`\n`);
50
51
console.log(`%cThe LX includes…%c`, bold, normal);
52
- for (let property in LX) {
+ for (let property in LX) { // Iterate over all the enumerable properties
53
console.log(`— %c${property}%c: ${LX[property]}`,
54
bold, normal);
55
}
0 commit comments