TypeScript Associate — Easy What is the difference between ‘let’ and ‘const’ in TypeScript? A const cannot be reassigned B let is faster C No difference D const is only for numbers Show explanation