Wednesday, October 4, 2017

What is the difference between const and let in TypeScript?

const is just like let except that you cannot reassign const variables.

No comments:

Post a Comment