Add countBy, update other By snippets

Updated all By snippets to have matching behavior, consistent argument naming and added countBy as per #100.
This commit is contained in:
Angelos Chalaris
2018-01-11 13:45:53 +02:00
parent 13ba436b41
commit 1ea24c068d
7 changed files with 35 additions and 7 deletions

View File

@ -18,6 +18,7 @@ collectInto:adapter,function,array
compact:array
compose:function
copyToClipboard:browser,string,advanced
countBy:array,object
countOccurrences:array
createElement:browser,utility
createEventHub:browser,event,advanced
@ -56,7 +57,7 @@ getScrollPosition:browser
getStyle:browser,css
getType:type
getURLParameters:utility,browser,string,url
groupBy:array
groupBy:array,object
hammingDistance:math
hasClass:browser,css
hasFlags:node