Useful console.log() tips
javascriptconsoledebugging
Jan 8, 2021Log variable names
Log the variable name along with the value by just wrapping it curly braces.
Formatting
Using string substitutions:
More info at MDN website.
Related Articles
How to Use Lucide Icons with Vuetify
A guide on integrating Lucide icons into a Vuetify project.
Dexie upgrade function is not called
While creating a new db version, upgrade is not called
Convert HSL string to array
JavaScript
Getting epoch time
Getting epoch time in various languages