Update 08_states.md

Missing "of" in a sentence.
pull/203/head
Shiva Chawla 3 years ago committed by GitHub
parent d0c066fcb9
commit ae74d8565b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ const rootElement = document.getElementById('root')
ReactDOM.render(<App />, rootElement) ReactDOM.render(<App />, rootElement)
``` ```
If you run the above code you will see zero on the browser. We can increase or decrease the value the state by changing the value of the state using JavaScript method. If you run the above code you will see zero on the browser. We can increase or decrease the value of the state by changing the value of the state using JavaScript method.
## Resetting a state using a JavaScript method ## Resetting a state using a JavaScript method

Loading…
Cancel
Save