TypeScript Articles

Sorted By: Most Recent
Matías Hernández Arellano Matías Hernández Arellano
Updated on September 05, 2024

What Are TypeScript Type Predicates?

TypeScript type predicates determine whether an object has a specific property, enabling type narrowing to make code more readable. Here’s how it works.

Image: Shutterstock / Built In
Ankit Malik Ankit Malik
Updated on August 09, 2024

Pascal Case vs. Camel Case Explained

Pascal case and camel case are two different casing styles used in programming for naming variables, class and type names. Learn the differences and other casing styles. 

Image: Shutterstock / Built In
Julia Zolotarev Julia Zolotarev
Updated on March 15, 2023

Create React App and TypeScript: A Quick How-To

So you want to use TypeScript in React but you’re not sure how to start. You’ve come to the right place!

Julia Zolotarev Julia Zolotarev
Updated on March 15, 2023

What Is TypeScript?

TypeScript, a superset of JavaScript, adds a layer of type safety to your code and enhances the developer experience.

Image: Shutterstock / Built In