{
"name": "jQuery, Ajax, and JSON",
"dashedName": "jquery-ajax-and-json",
"order": 0.004,
"challenges": [
{
"id": "bad87fee1348bd9acdd08826",
"name": "Waypoint: Learn how Script Tags and Document Ready Work",
"dashedName": "waypoint-learn-how-script-tags-and-document-ready-work",
"difficulty": 0.072,
"description": [
"We've simplified our Cat Photo App and removed our style
element. Add a script
element to your page and create a $(document).ready
function within it.",
"Add $(document).ready(function() {
to your script
element, and then close it on the following line with });
."
],
"tests": [
"assert(editor.match(/