Back to home

Archive

Posts tagged “javascript”

5 entries tagged “javascript”.

Browse by tag

Today I Learned

Introduction to TypeScript

I recently started work on a new project and started transitioning the JavaScript into TypeScript, so thought I'd write some notes. TypeScript is made by Microsoft and basically enhances JavaScript by adding a whole load…

Read more
Blog Post

Conway’s Game of Life in Canvas

I haven’t done much with Canvas, so I thought I’d experiment by making Conway’s Game of Life with a little JavaScript. Conway’s Game of Life is based on a grid of cells, which are either alive or dead. It has 4 simple ru…

Read more