The one element where a user can give an input
What is <input>?
The three basic values from lesson 8
What is number, boolean and string?
Name the shortcutted loop
What is for?
The symbol link variables follow in a link
What is ? ?
The whole HTML JavaScript object
The HTML function for a new tab
What is target="_blank"?
The three values which have hidden interpreted values
What is variable, object and array?
Name the three keyword loops / ifs that have only a boolean in the brackets
What is if, else if and while?
The symbol that is between two link variables
What is & ?
The function of selecting multiple elements
What is document.querySelectorAll()?
The CSS advanced property which could have translateX()
What is transform: ;?
The oldest variable type
What is var?
Name the three steps in for() {} in its brackets in order
The gaining of an item in local storage function
The function that adds a waiter for a key down
What is addEvenetListener('keydown', (event) => {});?
The type of value for layering in an alphabet after y indexing
What is just a natural number?
The keyword in a function which makes the function give a value
What is return?
Name the feauture that is inside while's {} and for's ()
What is incremention?
The second string in localStorage.setItem's purpose
What is "The value the local storage variable takes in"?
The determination of the HTML inside a querySelector()
What is .innerHTML?
The two void functions we know with their locations
What is <!DOCTYPE html> and <iframe allowfullscreen></iframe>?
The term for an array inside an object
What is nested array?
Name the loop that crashes your computer
What is while (true) {}?
The string link variables don't contain this
What is quotes?
The one element which makes .value possible
What is <input>?