this simple coding test uses ajax to read in a json string and perform recursive actions on that string producing an output that simulates the output of the standard print_r() function
this server-side javascript web service uses the REST-API method to handle a request to convert the incoming text string and add meta data about the changes (coming soon)
this test was offered by the stanford educational program for gifted youth (epgy) and allows the user to add students and teachers to a database (coming soon)
add all the natural numbers below one thousand that are multiples of 3 or 5 (coming soon)
by considering the terms in the fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms (coming soon)
1. Identify your toughest problem.
2. Solve it the simplest way possible.
3. Repeat. Kent Beck, eXtreme developer