Skip to content

Instantly share code, notes, and snippets.

@mornir
Created April 5, 2018 16:56
Show Gist options
  • Save mornir/253ec6f71b9396dc75da676fa867d5d3 to your computer and use it in GitHub Desktop.
Save mornir/253ec6f71b9396dc75da676fa867d5d3 to your computer and use it in GitHub Desktop.
#js
const obj = {video: {name: 'cat', duration:30}}
obj.map({video} => video.cat, video.duration)
const data = {
key: 314343214,
data: {
name: 'hello',
duration: 44
}
}
obj2.map({key, data } => {key, name: data.name, duration: data.duration})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment