Skip to content

Instantly share code, notes, and snippets.

@yehonatan56
Created September 28, 2025 17:44
Show Gist options
  • Select an option

  • Save yehonatan56/f603997186634cfac33123ed1783c218 to your computer and use it in GitHub Desktop.

Select an option

Save yehonatan56/f603997186634cfac33123ed1783c218 to your computer and use it in GitHub Desktop.
const h = {
jn: {
...this.m,
c: 3,
m: {
d: 4,
e: 5,
},
},
};
console.log(h.jn);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment