Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HTML/jQuery

The included index.html contains two paragraph tags, each containing a block of lorem ipsum text. Using the file main.js:

  • Write a function that wraps every word in its own <span> tag.
  • Make each word change color once per second to a random color.