User story - JS Add list of variables
Opened this issue · 1 comments
barty-s commented
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
barty-s commented
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