Hacker News new | ask | show | jobs
by thewarrior 4514 days ago
I read through the source and was surprised at its simplicity and readability.

http://storage.googleapis.com/itchio/tmp/main.js

No funky frameworks , just plain old jQuery and some JS.

I've just begun learning JS and the source was very informative.

1 comments

Meh, don't use best practices for assigning functions to variables, but other than that looks pretty readable.
What are the best practices for assigning functions to variables?