Last active
April 22, 2019 15:27
-
-
Save lmcneel/5f2868193b880cc56a7a95fa37733271 to your computer and use it in GitHub Desktop.
Telling a Story with Code Example 1
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
const character = { | |
name: 'Latisha', | |
isMoving: true, | |
}; | |
const myCharacter = { | |
name: 'Latisha', | |
move: true, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment