What was the first type of bug found in a computer?
a moth
How do you define a flex container in CSS
display: flex
What is the name for data we pass into a component?
props
Have a closet full of plushies
Grace
typeof("15")
string
What year was the first message sent over the internet
October 29, 1969
What is the main axis of 'flex-direction: column'?
vertical axis (y axis)
What company was responsible for creating React?
Facebook(Meta), by a man named Jordan Walke
Write a book with exactly 3000 words
Antares
typeof([])
object
Who Invented the Turing Test?
Alan Turing
If you have a flex container using row as the primary axis, how can you center the flex items
justify-content: center
What year was React first released?
2013
Run an e-commerce business
Miguel & Okash
0 == false
true
Which company made the first commercially produced processor?
Intel, Intel 4004 distributed in 1971
How can you make a flex item fill the remaining available space in a flex container?
flex-grow:1
Or any positive int value
React uses a _____________ to limit direct manipulation of the DOM and improve performance
Virtual DOM
Everyone!
"5" - "2" = ?
3
How long did it take to create javascript?
10 days by Brendan Eich
Move flex item to the start of the container
How can we declare some variables that will be available throughout an entire app without passing them in as props?
The useContext hook
Most Likely To Succeed (If they try hard enough)
EVERYONE!!!!
typeof NaN
Number