Skip to content
Latest: Publish JavaScript Packages to NPM Like a Pro!

Edit It: Extract the given object's values to the function's parameters

Home>Object Destructuring in JavaScript>Edit It: Extract the given object's values to the function's parameters

Edit It: Extract the given object's values to the function's parameters

This code shows how to extract an object's values to a function's parameters while destructuring.

See it on StackBlitz