Skip to content

Instantly share code, notes, and snippets.

@awhites
Created October 22, 2015 14:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awhites/d2a3b34f607c30d9c8e1 to your computer and use it in GitHub Desktop.
Save awhites/d2a3b34f607c30d9c8e1 to your computer and use it in GitHub Desktop.
Test
var a = {
b: {
c: "nested!"
}
}
console.log(a.b.c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment