react-props-and-expressions Flashcards

1
Q

What are props in React?

A

data pass from on e componenet to another.
Attributes are being put on in HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you pass a prop

A
  1. prop = {Javascript expression, Javascript expression}
    2.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How many parameters does the following function have?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly