ES2015 introduced a shorthand syntax that is simply convenient syntactical sugar to write less, it helps developers write little more DRY code and is easy on the eyes once we know how it works. function getUserInfo({name, email, isActive, lastLogin})...
blog.kherashanu.com1 min read
No responses yet.