We know that useState is a hook in FC that returns an array consists of two elements. The first one is a state variable and the second is a function to update t
useState