Comparing values is one of those essential developer skills that helps you write conditionals, if / then statements, filters, and plenty more. Here's the apples and oranges guide to using them in JavaScript.
Take a look at
Illustrated notes on Brett Cassette 's egghead course all about testing apps with Cypress.io . Want more illustrated notes on web development? Take a look at The JAMStack, Gatsby & Contentful , A…
If you've had the pleasure of trying to stumble your way through learning React, you'll have been through the adjustment phase with JSX. Putting HTML and JS side-by-side feels like it's violating the…
Spreading the elements from one array and copying them into is one of those handy shorthands for moving data around in JavaScript. I started looking into it after seeing <ComponentName {...props…