JS Challenges

Problem Solving
ES2015 Methods
Regex

The Brief

There are multiple briefs here as I worked my way though basic, intermediate and advanced challenges set by the Free Code Camp "Algorithms and Structures" course.

The Build

Some of my favourite assignments include: Translate Binary, Flatten a nested array and Sum of Primes.

This is where I got my first practice experimenting with use of for loops and more modern ES2015 array methods.

Inspect the Code