Posts

Showing posts with the label code

The Javascript Promise - A functional walkthrough

I came across a tutorial recently that made liberal use of Javascript Promises . I was having a hard time understanding them, so I punched the wall a few times and then took a deep breath and watched some youtube videos. Here's what I learned.

React part 1: Virtual DOM, JSX, and Components

The most buzzwordy of buzzwords in job descriptions across the nation. Let's explore some ReactJS basics.

LEARNING: Conditional (Ternary) Operator

Quick post on the Javascript Ternary Operator and how it works.

LEARNING: The ES6 Spread Operator (...)

What is the spread operator and how does it work?

WARMUP: Reverse a string without built-in methods (Ruby/JS solutions)

Warming up is a good thing. Here's a basic one to start with.