Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark
Download Telegram
TypeScript Tip 💡

Use the utility type 'Record' to make an object indexable, instead of typing it out manually.

It's more clean, and becomes handy if you want to map the properties of one type to another.


#Typescripttip