Hello, world!
- by Colin on 7-1-2020Welcome to my new blog, and thanks for taking the time to peruse the site! I intend for it to be a rough journal of the things I am currently working on, a notepad of things to todo/remember and a playground where I can try out new ideas.ย ๐
Who knows? I might even try and write some detailed tutorial-like blog posts. Itโs small steps for the moment. Iโm hoping it is going to be useful to look back on personally, but Iโll super pleased ๐๐ if anyone else benefits from my ramblings!
// log hello
const helloWorld = ()=>console.log('Hello World')