In React, State is an object. Its value can be accessed through this:

this.state[key]

Here, the key is the set of values stored in an array changing dynamically.

BY Best Interview Question ON 30 Jun 2020