Category Archives: Javascript

Sort Your Data Using Javascript

Introduction Javascript has basic sorting built into the language, but it also has the flexibility to do any kind of sorting you want. Read on and find out more about how you can customize your sorting tasks with Javascript. Basic sorting The Javascript array sort method performs an alphabetic sort of an array. Here are [...]
Posted in Javascript | Leave a comment

Getting started with Javascript

When I start to learn a new language or framework, creating a small application really helps accelerate the learning process. Using the work I did for a MacTech article on test-driven development, I created a simple number guessing game as a Javascript web application (game page is here). I also used the YUI 2 YUITest [...]
Posted in Javascript | Leave a comment