🔥 There are 446 Hot Tips!!

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.

🔥 Pass values along your promise chain by resolving them with Promise.all()

27964130

🔥 14 Chrome Dev Tools Tricks

1734800

🔥 Safari will fire a submit event even if a form is invalid. Use .checkValidity() to stop submission if required inputs aren't satisfied.

364111120

🔥 Node 7.6 has async/await! Here is a quick run down on how async/await works:

1.3K651350

🔥 Use console.groupCollapsed() and console.groupEnd() to group together and tuck away any logging you need to do

327122311

🔥 Use console.table() to log an array of objects in a tidy table 👌

6562711719

🔥 Use flexbox's order property to re-order pieces of your nav at different breakpoints 👌

1241930

🔥 Use console.dir(el) to see an element's properties + prototype instead of the element itself

6822361010

🔥 Skip Youtube pre-roll ads with: $('video').currentTime = $('video').duration

2.4K1K456

🔥 Use ES6 destructuring to convert an array argument into variables when you define your function

384123151