The Call Kent Podcast

Significance of '===' in typescript applications

As '===' compares both type and value, what is the significance of '===' in Typescript app when variables are already typed. When the same functionality can be achieved with '==', why do we need to use '===' esp in Typescript applications

Significance of '===' in typescript applications