Stem and leaf plots in JavaScript.
I was inspired by my old Statistics for Archaeologists book to make something like this. I found this gist helpful when I got stuck. This is a very simple implementation that only uses whole numbers for the stems and rounds all leaves to be single digits. Sal can be required in node and exposes a single global variable, sal, when used in the browser. This exists primarily as a coding excersize for me at this point.