Skip to content

Commit 7ba0f0d

Browse files
committed
add javascript tag to some javascript snippets for more consistency
1 parent 9c11a70 commit 7ba0f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/data/javascript.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
"console.log(getContrastColor('#ff6347')); // Output: #000000 (black)",
423423
"console.log(getContrastColor('#f4f')); // Output: #000000 (black)"
424424
],
425-
"tags": ["color", "hex", "contrast", "brightness", "utility"],
425+
"tags": ["javascript", "color", "hex", "contrast", "brightness", "utility"],
426426
"author": "yaya12085"
427427
},
428428
{
@@ -440,7 +440,7 @@
440440
"",
441441
"main();"
442442
],
443-
"tags": ["sleep", "delay", "utility", "promises"],
443+
"tags": ["javascript", "sleep", "delay", "utility", "promises"],
444444
"author": "0xHouss"
445445
}
446446
]

0 commit comments

Comments
 (0)