πŸ”₯ There are 433 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.

πŸ”₯ The difference between Array.of() and Array.from()

8022431713

πŸ”₯ Turn on full keyboard access to control dialog boxes with your keyboard. Tab to move, space to select

19754160

πŸ”₯ Flexbox Tip: A dummy element set to flex-grow: 1; will take up any remaining space after sibling elements take up their natual size

2263671

πŸ”₯ Super happy to announce Purchasing Power Parity for my courses.

797169739

πŸ”₯ Object Spread is coming soon to a JS runtime near you! Handy for creating shallow copies of an object without Object.assign()

28291100

πŸ”₯ You can destructure anything that returns an array, like when you split a string!

559180130

πŸ”₯ Use git checkout - to quickly jump back to your last git branch

716301320

πŸ”₯ Rename and Destructure properties of a return object with ES6 destructuring

831820

πŸ”₯ You can disable an entire form or groups of inputs by wrapping in a <fieldset> and applying the disabled attr

1583530

πŸ”₯ Forms and inputs are available via properies on document.forms. You might not need a selector πŸ˜ƒ

1.4K454372