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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user