Chris Cooper
GitHubLinkedIn

About

👋 Hi, I'm Chris. Welcome to my site! I'm a software engineer living in Vancouver, BC, specializing in front-end and the web.

I use this site to make notes of what I've learnt in the world of JavaScript, TypeScript, CSS, Vue.js, React etc. It's mainly just a way for me to remember new stuff I learn but hopefully you'll find it useful too!

Latest Notes tagged "javascript"

JavaScript Internationalization API
  • javascript

Some cool uses of the JavaScript Internationalization API.

For...of loops
  • javascript

The benefits of using `for...of` loop over `forEach`.