Last active
August 29, 2015 13:55
-
-
Save sugendran/8753345 to your computer and use it in GitHub Desktop.
Help file for plzxplain.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Welcome to plzxplain.com | |
// ------------------------ | |
// | |
// Sometimes when you're learning JavaScript things can get | |
// a little confusing. This website hopes to help fix that. | |
// Just paste in the JavaScript that is confusing you and | |
// we'll convert it into a flowchart so that you can try and | |
// work out what's actually happening. | |
// | |
// Oh and you can load a gist using plzxplain.com/?gist=gistId | |
// | |
// | |
// Have fun! | |
// | |
var learning = understanding; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment