HEART PRINTER
by Mads Bohn github.com/mads-bohn
This JavaScript program is designed to print hearts to the console in 10 different sizes, based on user input. It takes integers from 1-10 using readline-sync and returns the corresponding heart.
Run npm-install to install readline-sync from the package.json.