You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -461,7 +461,7 @@
461
461
| 421 |[How to invoke an IIFE without any extra brackets?](#how-to-invoke-an-iife-without-any-extra-brackets)|
462
462
| 422 |[Is that possible to use expressions in switch cases?](#is-that-possible-to-use-expressions-in-switch-cases)|
463
463
| 423 |[What is the easiest way to ignore promise errors?](#what-is-the-easiest-way-to-ignore-promise-errors)|
464
-
| 424 |[How do style the console output using CSS?](#how-do-style-the-console-output-using-css)|
464
+
| 424 |[How do you style the console output using CSS?](#how-do-you-style-the-console-output-using-css)|
465
465
| 425 |[What is nullish coalescing operator (??)?](#what-is-nullish-coalescing-operator-)|
466
466
| 426 |[How do you group and nest console output?](#how-do-you-group-and-nest-console-output)|
467
467
| 427 |[What is the difference between dense and sparse arrays?](#what-is-the-difference-between-dense-and-sparse-arrays)|
@@ -7789,7 +7789,7 @@
7789
7789
7790
7790
424. ### How do style the console output using CSS?
7791
7791
7792
-
You can add CSS styling to the console output using the CSS format content specifier %c. The console string message can be appended after the specifier and CSS style in another argument. Let's print the red the color text using console.log and CSS specifier as below,
7792
+
You can add CSS styling to the console output using the CSS format content specifier %c. The console string message can be appended after the specifier and CSS style in another argument. Let's print the red color text using console.log and CSS specifier as below,
0 commit comments