KTC96/Didyouhearthat

User story - JS Add list of variables

Opened this issue · 1 comments

Story

As a developer, I can add a list of variables so that I can link the HTML elements to the JS functions.

Acceptance Criteria

  • Choose either let or const for the list of variables
  • After the html structure has been added, use document.getElementById

Tasks

  • Let or const is used for the JS variables list
  • The HTML elements that will be connected to JS functions are all listed

A basic list has been added for now from the three quiz PP2s we're using as guides. More can be added when we have more of the HTML in place