Ulam spiral
In the process to learn JavaScript and, of course, to develop something “useful” I wrote a little program which draws the famous Ulam spiral (see Wikipedia for the description). The code can be found here, in the Projects section. Maybe, …