- Right after the yellow text in the first code example
- Anything in quotes: "textval"
- document.getElementById("textval").value+=val
- The first example they show
- Any list in square brackets ['words', 'words', 'words']
- let fruits = ['Apple', 'Banana']
- The first example they show
- Anything like this: if ( data == null && fn == null ) {
- if (m === null) {
- Right where it says //passing time
- Any number
- console.log(8);
- The first example it shows
- if (typeof variable === "boolean"){