Skip to content

Instantly share code, notes, and snippets.

@wpninj
Created October 14, 2020 00: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 wpninj/8e5dbcb353e0fb8f6e4ddd07851c60ae to your computer and use it in GitHub Desktop.
Save wpninj/8e5dbcb353e0fb8f6e4ddd07851c60ae to your computer and use it in GitHub Desktop.
var defaultSides = 10;
var stats = Array.apply(null, { length: defaultSides }).map(
function() {
return 100;
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment