πŸ”₯ If you are trying to debug something in the middle of chaining array methods, just map over it, console.log, and return it.

Since console.log returns nothing, it will just pass the entire array through.

You can even make a handle little debug function πŸ›

← Prev

πŸ”₯ Firefox fonts tab will show you if a font used is a webfont or a system font. Handy when you aren’t sure if web fonts are working, or falling back to system.

Next β†’

πŸ”₯ CSS Grid in 45 minutes. A video of my talk at Laracon is now live!