Calculate the time it takes to read a given amount of words. The output is formatted like this mm:ss
. A reading speed of 180 words per minute (wpm) is assumed, though this can be changed.
Inspired by: https://github.com/RadLikeWhoa/helpers.js/blob/master/Functions/readingtime.js
~ has higher precedence than /, but the precedence of | (bitwise or) is lower, so you can save some bytes by using |0 instead of ~~():