My Learning Curve

Feed / Total TypeScript

How let and const Work In TypeScript (article)

Friday, February 23, 2024

Whether you use let or const in TypeScript affects whether or not their values can be changed, and how TypeScript infers them.

Read original article ↗