TypeScript

also known as: TS

TypeScript — JavaScript with extra labels that say what kind of data each variable is. Helps catch mistakes before the code runs.

Most serious JavaScript projects today use TypeScript because it catches whole classes of bugs early. An AI writing code will often output TypeScript by default.

"Rewrite it in TypeScript." "TS error."

Related
JavaScriptvariableNode.js