#javascript
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...
TL;DR You can offload CPU intensive code using Node’s worker threads module. A demo app of the effect of this can be found here. I thought I...
Cypress is an amazing front-end JavaScript test runner and framework. It simultaneously simplifies the set-up and test creation whilst providing a...