JavaScript

Yet Another 10 Utility Functions Made with Reduce

Thirty functions total!

Read

10 More Utility Functions Made with Reduce

This time, with a test suite!

Read

What's the Difference Between a Framework and Library?

Buy a house, or cautiously build your own.

Read

How to Implement Redux in 24 Lines of JavaScript

90% convention, 10% library.

Read

10 JavaScript Utility Functions Made with Reduce

The multi-tool strikes again.

Read

Learn Reduce in 10 Minutes

Hopefully this reduces the confusion.

Read

A Walkthrough of the FreeCodeCamp Palindrome Checker Project

Project 1 from JavaScript Algos and DS.

Read

A Quick Intro to Recursion in Javascript

The function calls itself until someone stops it.

Read

Array.map Explained in 4 Levels of Difficulty

From kid to functional programmer.

Read

Deeply Understand Currying in 7 Minutes

Developer Tools, here we come!

Read

Map Isn't Just for Arrays

Think outside the box.

Read

How to clone an array in JavaScript

Comparing/contrasting 10 ways to clone an array in JavaScript.

Read

JavaScript TDD Automate your Inputs

Turns out this is called fuzz testing! I had no idea until I ran into it over a year later.

Read

How Do Object.assign and Spread Actually Work?

A deep dive.

Read