word-frequency-analyzer
js
Given a document as a string, return a list of the most frequently used words sorted by frequency.
Version 0.0.1
INSTALL
Given a document as a string, return a list of the most frequently used words sorted by frequency.