Welcome to your React Test Level 4

Name
Email
Phone
Q1. What is the use of "text-align:justify" in CSS?

Q2. Which of the following is not an OOPS concept?

Q3. Which of the following is not JavaScript Data Types?

Q4. What will be the output of the following code snippet?

a = 5 + "9";

document.write(a);

Q5. What is the purpose of a return statement in a function?

Q6. What is a request to merge your branch into another branch called?

Q7. What is a Collection in Postman?

Q8. Which function is used to convert text into a JavaScript object?

Q9. JSON is a _____ for storing and transporting data.

Q10. Actions and states are held together by a function called?

Q11. The ____________ can retrieve updated state and re-render again.