© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Luca Del Puppo
Microsoft MVP, Google Developer Expert, GitKraken Ambassador, Senior Software Developer at NearForm and JavaScript enthusiastic.
Welcome back! Today I'll talk about the keyof operator. This operator helps us to extract the object's properties such as Literal-types type Person = { firstName: string; surName: string; age: number; location: string; }; type PersonKeys = k...
No responses yet.