Challenge: Unicorn-ify a page with jQuery

Replace the list items

Hint



$("li").text(_)


This webpage displays some basic information about horses. You'll use jQuery to replace parts of the page so that it's all about unicorns instead! In this first step, use jQuery to change the text of all of the

  • s to 'horn'.