Part 1: Updating HTML using JavaScript
      
        - Remix this Glitch project into your Glitch account.
 
        - Using JavaScript only, make the page display today's date where it currently shows "...". There are detailed hints in the JavaScript file.
 
        - Confirm that the changes you have made work.
 
      
    
    
      Part 2: Using Mustache
      
        - Remix this Glitch project into your Glitch account.
 
        - Find the popup template in the HTML.
 
        - Change the HTML. You can include other columns (look in the JavaScript, in the 
featureClickColumns to see which are available here). 
        - Try adding a 
class to one of the elements in the popup template and styling that class in your CSS.