10 Javascript/Typescript features I avoid
Learn about 10 Javascript features that can be replaced by better alternatives. See why a senior engineer avoids them and what alternatives they use instead.
6 articles categorized as:
Learn about 10 Javascript features that can be replaced by better alternatives. See why a senior engineer avoids them and what alternatives they use instead.
Learn how to ensure type safety in LocalStorage API using Typescript. See how custom type guards can prevent runtime errors caused by unexpected data types
Learn the differences between optional properties and union types with undefined in TypeScript. Explore practical examples for enforcing required properties
Become a TypeScript Hokage with these type guard tricks! Learn how to use type guards and write your own.
Function overloading in TypeScript allows multiple functions with the same name to exist within a single program, but with different type signatures
Start using Typescript in your projects - learn everything you need to understand basic Typescript types