math Roll Your Own Math - Sine & Cosine For years I have been using JavaScript's Math.sin() and Math.cos() to create games, animations and interactive graphs on the Canvas element. But how do Sine and Cosine work? I had to know...
typescript Binary Search with Typescript "What is a Binary Search?", I was asked this week. “I have no idea!”, I replied. I was interested to see if I could understand what a Binary Search was, and whether I could write a Binary Search with Typescript.
Project Flight of The Navigator We created this HTML5 demo for Mozilla to showcase new JavaScript APIs for rich media that Mozilla added to the Firefox web browser. The demo combines JavaScript APIs for the Canvas, WebGL, Web Audio, and Video.