How Records in Type Script Can Enhance Your Coding Experience
Introduction While solving DSA problems i came across Record. It saved me from using more memory and time at the same time meaning improving both time and space complexity. What is Record It is an object-like structure. An object type whose property ...

