Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created September 4, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatisuday/2a23ba1a35740a2fdb84c5fc7f3e907b to your computer and use it in GitHub Desktop.
Save thatisuday/2a23ba1a35740a2fdb84c5fc7f3e907b to your computer and use it in GitHub Desktop.
var obj = {
a: {
b: {
c: {
p: 1
},
d: 1,
e: null,
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment