HTML + CSS
Types of JS values
Loops and Ifs
Link Variables and localStorage
DOM and Detectors
100

The one element where a user can give an input

What is <input>?

100

The three basic values from lesson 8

What is number, boolean and string?

100

Name the shortcutted loop

What is for?

100

The symbol link variables follow in a link

What is ? ?

100

The whole HTML JavaScript object

What is document?
200

The HTML function for a new tab

What is target="_blank"?

200

The three values which have hidden interpreted values

What is variable, object and array?

200

Name the three keyword loops / ifs that have only a boolean in the brackets

What is if, else if and while?

200

The symbol that is between two link variables

What is & ?

200

The function of selecting multiple elements

What is document.querySelectorAll()?

300

The CSS advanced property which could have translateX()

What is transform: ;?

300

The oldest variable type

What is var?

300

Name the three steps in for() {} in its brackets in order

What is declaration-setting, boolean and incremention?
300

The gaining of an item in local storage function

What is localStorage.getItem('ITEM')?
300

The function that adds a waiter for a key down

What is addEvenetListener('keydown', (event) => {});?

400

The type of value for layering in an alphabet after y indexing

What is just a natural number?

400

The keyword in a function which makes the function give a value

What is return?

400

Name the feauture that is inside while's {} and for's ()

What is incremention?

400

The second string in localStorage.setItem's purpose

What is "The value the local storage variable takes in"?

400

The determination of the HTML inside a querySelector()

What is .innerHTML?

500

The two void functions we know with their locations

What is <!DOCTYPE html> and <iframe allowfullscreen></iframe>?

500

The term for an array inside an object

What is nested array?

500

Name the loop that crashes your computer

What is while (true) {}?

500

The string link variables don't contain this

What is quotes?

500

The one element which makes .value possible

What is <input>?