Skip to content

Instantly share code, notes, and snippets.

@Inclushe
Created July 11, 2016 05:13
Show Gist options
  • Save Inclushe/9d40e43d4e667ba4d503087d8be32713 to your computer and use it in GitHub Desktop.
Save Inclushe/9d40e43d4e667ba4d503087d8be32713 to your computer and use it in GitHub Desktop.
var dis = {
is: {
how: {
this: {
is: {
done: "Yeah"
}
}
}
}
};
console.log(dis.is.how.this.is.done);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment