
5 tips writing code in JavaScript as a Pro
When working with JavaScript, we deal a lot with conditionals, here are the 5 tips for you to write better / cleaner conditionals.
a year ago
#javascript
Lately, I've been utilizing a VS Code extension called Tailwind Fold. With this extension, you have the option to initially conceal all classes in your JSX and HTML files, revealing them only upon clicking:
The result is a cleaner appearance. You should give it a try!