Tag: funfunfunction

  • Pro tip: type-check your JavaScript the easy way!

    Sure, TypeScript isn’t for everyone. But sometimes you want types and type-checking… well, turns out you can use the TypeScript compiler to check the types on your JavaScript – let me show you how! More info: https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html Original source Link to this post!