Current section: useState 16 exercises
Problem

Make the setState Function Work

Transcript

00:00 Now we want to actually do something when we click on this button when this function is called it needs to set that state value so that's your job in this one should be really quick we just need to update our state to be let and our set state should reassign the state and yeah then you should be able to delete this

00:19 comment so have at it