4.
What is the purpose of Redux in JavaScript applications?
To improve performance
To simplify component hierarchy
To handle asynchronous actions
To manage the state of an application
Correct: D
Redux is a state management library that is used to manage the state of an application. It helps to organize and centralize the state, making it easier to access and modify throughout the application.