Hangman Tutorials
Friday June 5, 2009
Some JavaScripts are not only useful but also provide excellent examples of how some parts of the language work
Have you ever wondered how a script such as my hangman game works? Well I have now written a series of tutorial pages where I discuss what each statement or function does so that you can get a better idea of what many of the string methods do and how they contribute to the operation of a game script such as this one. Of course the complete script is also available for you to copy and install on your own site (along with your own encrypted answer array of course).
Learn about how the string methods work in JavaScript by reading these Hangman Tutorials


No comments yet. Leave a Comment