JavaScript Playground
    
    1. Move The Thing
    
      Make the thing move from one box to the other when the button is clicked.
    
    
      Bonus: Make it move back and forth every time the button is clicked.
    
    
    
      
    
    
    2. Style This Text
    
      Change the color, font, and size of the text below when the button is
      pressed.
    
    
      Hey look at this cool text!
     
    
      
    
    
    3. Get the Form Values
    
    
      
    
    
      
        | First Result: |  | 
      
        | Second Result: |  | 
      
        | Third Result: |  | 
    
    
    4. Count the Stuff
    Put the number of each element in the boxes.
    
    
    
    5. Add Some Rows
    
      Make this button add new rows to the table. Make the content match what's
      already present.
    
    
    
    
    6. (Bonus) - Make Your Own Challenge!
    
      Make up your own JavaScript challenge.Add the necessary HTML as a separate
      file or make it appear here!