Skip to main content
๐Ÿ› Bug HuntTS TypeScript Mediumโšก+20 XP

Index Signature Error

This object access gives a TypeScript error.

๐Ÿ› Find the bug
1const config = { host: 'localhost' };
2const key = 'host';
3console.log(config[key]);
๐Ÿ› The bug is on line 3

๐Ÿ”ง Select the correct fix: