A.) A programming language B.) A JavaScript library C.) An operating system D.) A database
A.) Props B.) State C.) Variables D.) Functions
A.) JavaScript Extension B.) JavaScript XML C.) JavaScript Style XML D.) JavaScript Express
A.) render() B.) display() C.) show() D.) renderComponent()
A.) To handle routing in React applications B.) To interact with the Document Object Model C.) To manage global state in React applications D.) To create reusable UI components
A.) To fetch data from an API B.) To manage component lifecycle C.) To store and update component state D.) To create a new component
A.) A function that returns HTML B.) A JavaScript class C.) A JavaScript object D.) A JSON file
A.) componentDidMount() B.) componentDidUpdate() C.) componentWillMount() D.) componentWillRender()
A.) To perform side effects in functional components B.) To define component state C.) To render JSX elements D.) To create custom hooks
A.) Using the if-else statement B.) Using the switch-case statement C.) Using the ternary operator D.) Using the for loop