#beginners
Read more stories on Hashnode
Articles with this tag
Here are four different ways to define a typed function in TypeScript. //A const strLen: (str: string) => number = str => { return...
Node, JavaScript and Mocha ... ah, simpler times. I often find the configuration settings for Node, TypeScript and Jest a little confusing....
Inspired by this excellent video by devinsideyou, I thought I'd make my own list of things I would tell myself when I was starting out. It's an...