No one knows how computers work!
What The Flexbox
React
Most Likely To
JS Expressions
100

What was the first type of bug found in a computer?

a moth

100

How do you define a flex container in CSS

display: flex

100

What is the name for data we pass into a component?

props

100

Have a closet full of plushies

Grace

100

typeof("15")

string

200

What year was the first message sent over the internet

October 29, 1969

200

What is the main axis of 'flex-direction: column'?

vertical axis (y axis)

200

What company was responsible for creating React?

Facebook(Meta), by a man named Jordan Walke

200

Write a book with exactly 3000 words

Antares

200

typeof([])

object

300

Who Invented the Turing Test?

Alan Turing

300

If you have a flex container using row as the primary axis, how can you center the flex items

justify-content: center

300

What year was React first released?

2013

300

Run an e-commerce business

Miguel & Okash

300

0 == false

true

400

Which company made the first commercially produced processor?

Intel, Intel 4004 distributed in 1971

400

How can you make a flex item fill the remaining available space in a flex container?

flex-grow:1

Or any positive int value

400

React uses a _____________ to limit direct manipulation of the DOM and improve performance

Virtual DOM

400
Trade all their UmerCoins with MarkBucks

Everyone!

400

"5" - "2" = ?

3

500

How long did it take to create javascript?

10 days by Brendan Eich

500
What affect does order:-1 has on flex item

Move flex item to the start of the container

500

How can we declare some variables that will be available throughout an entire app without passing them in as props?

The useContext hook

500

Most Likely To Succeed (If they try hard enough)

EVERYONE!!!!

500

typeof NaN

Number