Podcast
Questions and Answers
What is React JS primarily used for?
What is React JS primarily used for?
- Server-side scripting
- Database management
- Building user interfaces (correct)
- Network security
Which of the following best describes JSX in React JS?
Which of the following best describes JSX in React JS?
- A syntax extension for JavaScript (correct)
- A server-side language
- A database management system
- A networking protocol
In React JS, what is the purpose of a 'state'?
In React JS, what is the purpose of a 'state'?
- To manage component's internal data (correct)
- To handle network requests
- To manage server-side data
- To secure the database