JavaScript function to convert a number to a fraction

Update 3/1: This library is much better.

At some point, you (or my future self) might want to convert a number to a fraction in JavaScript. This code snippet should do the trick!

Leave a Reply