Skip to content
Coder
Newbie
Learn Coding
Practice
Projects
Tools
Resources
⌘K
EN
Home
Quizzes
React Basics Quiz
React Basics Quiz
Components, props, state, JSX, and the React rendering model.
beginner
Question 1 of 7
Question 1 of 7
react
What is JSX?
react
Copy
const el = <h1>Hello, {name}!</h1>;
A
A syntax extension that lets you write HTML-like code in JavaScript
B
A new programming language
C
A replacement for HTML
D
A CSS preprocessor
All quizzes
Next