Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 373 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 373 Bytes

Entry Selector

Simply selection of an array and removal of selected item from the array for subsequent iterations. Yes, you could roll dice or some other method, but this is a JavaScript group, so this overkill is here.

Add an entries.js file that exports an object with a property called entries that is an array containing the entries. See entries-example.js.