Object Parameter Destructuring
Today I've learnt about object parameter destructuring and I'm surprised I never knew about it till today. Its where you destructure an object into a function by directly entering the key within curly brackets.
Normal destructuring uses the normal fo...
levite.hashnode.dev1 min read