Запитання 3
What is JSX and how does it work in React?
Варіанти відповідей
A syntax extension for JavaScript allowing HTML-like code that compiles into React.createElement calls.
An alternative scripting language that replaces JavaScript entirely in React projects.
A CSS preprocessor that styles React components dynamically.
A database query language embedded in React for data fetching.