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
Own a collection of Vinyl records
Ariadna
typeof("15")
string
What year was the first message sent over the internet
October 29, 1969
How can you make a flex item fill the remaining available space in a flex container?
flex-grow:1
Or any positive int value
What company was responsible for creating React?
Facebook, by a man named Jordan Walke
Help you find your lost pet
Emily
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
Do a Kickflip?
Robyn
0 == false
true
Who Invented the Linux operating system?
Linus Benedict Torvalds
align-self
How can we declare some variables that will be available throughout an entire app without passing them in as props?
The useContext hook
Post a delicious looking meal on social Media
Juliet
0.1 + 0.2
0.30000000000000004
How long did it take to create javascript?
10 days by Brendan Eich
In a Flex row, ______ does the same thing as width
flex-basis
React uses a _____________ to limit direct manipulation of the DOM and improve performance
Virtual Dom
Most Likely To Succeed (If they try hard enough)
EVERYONE!!!!
false == "false"
false