Name 4 of the 8 Date Datatypes?
what is
1. String
2. Number
3. Bigint
4. Boolean
5. Undefined
6. Null
7. Symbol
8. Object
What is Martin Luther Kings birth name?
What is Michael King Jr.
Which symbol is used to select a class in CSS?
Period (.)
Is <h3> the biggest heading tag?
No
What is JavaScript an example of?
What is an object oriented language
When adding a number and a string, JavaScript will treat the number as a ?
What is a String
What age did MLK enter college?
What is 15
Which CSS property changes the color of text?
What is Color
Which tag is used to add a line break?
<br>
Who invented Javascript?
who is Brendan Eich
What is a string?
what is a series of characters like "John Doe".
How many times was MLK imprisioned?
What is 30.
When writing CSS, what selects the part of the page we want to change?
What is the selector
Which table tag is used to create a table header cell?
<th>
For debugging purposes, the method in the browser used to display data
what is console.log()
JavaScript counts months from ?
What is from
0 to 11:
January = 0.
December = 11.
What is the name of MLK's most famous speech?
What is "I have a dream"
Which two CSS properties allow you to resize elements?
What is width and height
Which tag indicates a form field where the user can enter large amounts of text?
<textarea>
JavaScript syntax defines two types of values?
what is
How does JavaScript store dates?
what is number of milliseconds since January 01, 1970.
What is MLK's Doctorate in?
What is Systematic Theology
Which CSS style takes three values specifying size, style, and color?
What is border
Which is the required attribute in an image tag?
src
A variable declared without a value will have the value?
What is undefined