Skip to main content
๐Ÿ”ฎ Output PredictionTS TypeScript Easy+10 XP

Type Assertion

What does this output?

TypeScript
const value: any = "hello";
const len = (value as string).length;
console.log(len);

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep