what is says | what it means | |
---|---|---|
Declarations | var | notes that I am delcaring a name for a value |
function | A set of instructions I have created | |
Pre-exsiting funtions | == | check if the two things are the same |
document.getelementbyid(ex) | look for the thing in the webpage labeled ex |