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