bharbron / hexbook-semantic

An Electron-React-Redux-Semantic-UI application for automatically generating a hexcrawl campaign notebook from random tables.
5 stars 3 forks source link

Replace "for" loops with "forEach" or "map" #73

Open bharbron opened 5 years ago

bharbron commented 5 years ago

Still have a few for loops hanging around. For consistency, replace them with forEach or map, whichever is appropriate.