Update snippet descriptions & tags

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 23:04:45 +03:00
parent 216c3ac77a
commit 2b6f2b1740
22 changed files with 47 additions and 38 deletions

View File

@ -3,7 +3,7 @@ title: colorize
tags: node,string,intermediate
---
Add special characters to text to print in color in the console (combined with `console.log()`).
Adds special characters to text to print in color in the console (combined with `console.log()`).
- Use template literals and special characters to add the appropriate color code to the string output.
- For background colors, add a special character that resets the background color at the end of the string.