Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. | Count | Function | Note |
  2. | --- | --- | --- |
  3. | 539 | _.each | |
  4. | 212 | _.extend | |
  5. | 184 | _.has | |
  6. | 121 | _.map | |
  7. | 83 | _.keys | |
  8. | 76 | _.isEmpty | |
  9. | 71 | _.pluck | |
  10. | 56 | _.contains | |
  11. | 54 | _.clone | |
  12. | 50 | _.bind | |
  13. | 46 | _.identity | |
  14. | 40 | _.isArray | |
  15. | 38 | _.toArray | |
  16. | 33 | _.any | |
  17. | 32 | _.isObject | |
  18. | 32 | _.find | |
  19. | 30 | _.all | |
  20. | 27 | _.size | |
  21. | 23 | _.isEqual | |
  22. | 19 | _.isFunction | |
  23. | 17 | _.times | |
  24. | 17 | _.filter | |
  25. | 15 | _.flatten | |
  26. | 14 | _.pick | |
  27. | 12 | _.last | |
  28. | 12 | _.indexOf | |
  29. | 11 | _.without | |
  30. | 11 | _.isNaN | |
  31. | 10 | _.once | |
  32. | 10 | _.isArguments | |
  33. | 9 | _.range | |
  34. | 9 | _.omit | |
  35. | 7 | _.values | |
  36. | 7 | _.shuffle | |
  37. | 7 | _.difference | |
  38. | 6 | _.reduce | |
  39. | 6 | _.include | |
  40. | 6 | _.defaults | |
  41. | 5 | _.zip | |
  42. | 5 | _.uniq | |
  43. | 5 | _.union | |
  44. | 5 | _.reject | |
  45. | 5 | _.memoize | |
  46. | 5 | _.groupBy | |
  47. | 5 | _.defer | |
  48. | 4 | _.template | |
  49. | 4 | _.some | |
  50. | 4 | _.max | |
  51. | 4 | _.isUndefined | |
  52. | 4 | _.every | |
  53. | 4 | _.compact | |
  54. | 3 | _.uniqueId | |
  55. | 3 | _.throttle | |
  56. | 3 | _.rest | |
  57. | 3 | _.random | |
  58. | 3 | _.object | |
  59. | 3 | _.escape | |
  60. | 3 | _.delay | |
  61. | 3 | _.chain | |
  62. | 2 | _.where | |
  63. | 2 | _.unique | |
  64. | 2 | _.templateSettings | |
  65. | 2 | _.sortedIndex | |
  66. | 2 | _.mixin | |
  67. | 2 | _.lastIndexOf | |
  68. | 2 | _.invert | |
  69. | 2 | _.intersection | |
  70. | 2 | _.initial | |
  71. | 2 | _.functions | |
  72. | 2 | _.first | |
  73. | 2 | _.findWhere | |
  74. | 2 | _.bindAll | |
  75. | 2 | _.after | |
  76. | 1 | _.wrap | |
  77. | 1 | _.tap | |
  78. | 1 | _.take | |
  79. | 1 | _.tail | |
  80. | 1 | _.sortBy | |
  81. | 1 | _.select | |
  82. | 1 | _.sample | |
  83. | 1 | _.result | |
  84. | 1 | _.reduceRight | |
  85. | 1 | _.partial | |
  86. | 1 | _.pairs | |
  87. | 1 | _.noConflict | |
  88. | 1 | _.min | |
  89. | 1 | _.methods | |
  90. | 1 | _.isNull | |
  91. | 1 | _.isFinite | |
  92. | 1 | _.isElement | |
  93. | 1 | _.isBoolean | |
  94. | 1 | _.invoke | |
  95. | 1 | _.inject | |
  96. | 1 | _.indexBy | |
  97. | 1 | _.head | |
  98. | 1 | _.forEach | |
  99. | 1 | _.foldr | |
  100. | 1 | _.foldl | |
  101. | 1 | _.drop | |
  102. | 1 | _.detect | |
  103. | 1 | _.debounce | |
  104. | 1 | _.countBy | |
  105. | 1 | _.compose | |
  106. | 1 | _.collect | |
  107. | 1 | _.allKeys | |
  108. | 1 | _.VERSION | |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement