Skip to content

Instantly share code, notes, and snippets.

@Taohid0
Created May 30, 2019 07:55
Show Gist options
  • Save Taohid0/d05b359108ad2d1cec20e1834a72d337 to your computer and use it in GitHub Desktop.
Save Taohid0/d05b359108ad2d1cec20e1834a72d337 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