Created
May 7, 2019 10:59
-
-
Save Mayankgupta688/f8f7e5d7b816342ae6ab4e06cb3a7f53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var stateVariableForName = useState("Mayank"); | |
| // Getter for the state value created.. | |
| var name = stateVariableForName[0]; | |
| // Setter for the state variable created.. | |
| var setName = stateVariableForName[1]; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment