Skip to content

Commit

Permalink
update basic ajax chal
Browse files Browse the repository at this point in the history
  • Loading branch information
PixarStoke committed Apr 2, 2015
1 parent 4caa124 commit 14e8382
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ajax/basic/CHALLENGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# AJAX Challenges

_For each challenge listed below, save your answer to a file named challenge#.html (replacing the
"#" symbol with the challenge number) and then push this file to your GitHub repo. For example, your
solution to the first challenge should be saved to a file named ```challenge1.html``` in this
directory._
_For each challenge listed below, create a directory named challenge# (replacing the
"#" symbol with the challenge number), add your files to this directory, and then when you are
ready, commit the files and push them to your public GitHub repo. For example, your solution to the
first challenge should be in a directory named ```challenge1/``` inside of this current directory._


1. Display each of the ```awesome_things``` as a list element ```<li>``` in an ordered list ```<ol>``` in the order of their rank.
2. When clicking on an element in the awesome things list, display the imageurl of the awesome thing on
Expand Down

0 comments on commit 14e8382

Please sign in to comment.