Javascript

Native Speech Recognition

So.... Speech Recognition is available directly in the browser with no need for libraries. That is amazing.

Read

WebCam Fun

Today we are taking our webcam input and porting it onto a canvas element. We will be adding a whole bunch of fun overlays and even creating our own green screen filter. COOL!

Read

Tally String Times in JavaScript

We will be using the reduce() method to tally an array of string times. It is important to understand the array methods that are available to us.

Read

Sort Bands without Articles

Today we are working with Array.sort to sort this list of band names (minus the articles like a or an or the).

Read