Created
February 17, 2018 14:02
-
-
Save DZuz14/53d425138c2f9cd9afb9fc2b3ed09b04 to your computer and use it in GitHub Desktop.
JavaScript Object To Explain Redux
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 someObject = { | |
propertyOne: true, | |
propertyTwo: [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment