-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cassie Levett edited this page Nov 15, 2020
·
2 revisions
Welcome to the emeraldproductions wiki! Character sheet wiki can be found on my Roll20 fork.
Home to useful little functions that I have made over the years.
array.filter((value,index,self) => self.indexOf(value) !== index )
const arrAvg = arr => arr.reduce((a,b) => a + b, 0) / arr.length
const arrSum = arr => arr.reduce((a,b) => a + b, 0)