DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
React Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
React
What is `props`, technically?
A
A special React-only data type
B
A single plain object — the one argument React passes when calling a component function
C
A global variable shared across all components
D
An array of attribute strings
Check Answer