๐ Bug HuntTS TypeScript Mediumโก+20 XP
Index Signature Error
This object access gives a TypeScript error.
๐ Find the bug
1
const config = { host: 'localhost' };2
const key = 'host';3
console.log(config[key]);๐ The bug is on line 3