Skip to content

Instantly share code, notes, and snippets.

@ioxua
Last active December 23, 2018 20:09
Show Gist options
  • Save ioxua/bcc39c2b5156fb9bf5e26984cb566013 to your computer and use it in GitHub Desktop.
Save ioxua/bcc39c2b5156fb9bf5e26984cb566013 to your computer and use it in GitHub Desktop.
Dwemthy's Array ES6 -- medium post 3
const Rabbit = creatureFactory("Rabbit", 10, 2, 44, 4, /* more here */);
const littleRabbit = new Rabbit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment