11 Frontend tricks that most Frontend Developers don’t know about
Interesting tricks you can do with HTML/JS/CSS, using:
- Datalist element
- Clickable label with a checkbox
- Child selectors
- Writing mode
- calc() function
- Math.round & Math.floor alternatives
- Console.table
- Console.time
- In operator
- Make Chrome a text editor
- Multiple statements in if block without curly brackets