Skip to content

Instantly share code, notes, and snippets.

@Taohid0
Created May 30, 2019 07:59
Show Gist options
  • Save Taohid0/43444cb644a23991e7519764c7392e6f to your computer and use it in GitHub Desktop.
Save Taohid0/43444cb644a23991e7519764c7392e6f to your computer and use it in GitHub Desktop.
const obj = { name: 'Taohid', age: '25' };
const {name,age} = obj;
console.log(name,age);
//Taohid 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment