Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Uzwername/1c692c508ae83a394a75eb7fe3a04f17 to your computer and use it in GitHub Desktop.
Save Uzwername/1c692c508ae83a394a75eb7fe3a04f17 to your computer and use it in GitHub Desktop.
const nestedNumbers = [
[[0], [[[[[[[1, 2]]]]]]], [3]],
[[[4], [[5]]], [[[6, 7, 8]]]],
[9]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment