Hot tips are spicy lil' nuggets related to web development and tooling that I share on my twitter account. I've logged them here to make them easier to find.
Page 17 of 26
🔥 Object.freeze() vs Object.seal()
🔥 You can format currency with .toLocaleString()
🔥 ESLint Plugins to lint JavaScript inside of HTML <script> tags or markdown code blocks
🔥 Public APIs: a community curated list of over 200 open + free JSON APIs.
🔥 Reminder: Flexbox treats flex-container :before and :after as first class flex-items. They can really goof up alignment + centering
🔥 CSS4 might be getting selectors for drag + drop items
🔥 You can run JS right inside of ES6 Template strings. Handy for ternary operators:
🔥 Use .every() and .some() to check if array items meet your needs
🔥 You can use font css on broken or blocked images to style the alt text in HTML emails
🔥 JavaScript Challenge! Sort this list of band names, but ignore articles "a" and "the".