Given a string of text, write a program that prints a list of unique words contained in the string along with the number of occurrences of each word in the string. The list should be sorted by the number of occurrences of each word in descending order.
- Download Atom
- Open terminal in Atom
- Run 'yarn install' to install modules
- Then run 'yarn start' to run the code