Skip to content

Instantly share code, notes, and snippets.

@lmcneel
Last active April 22, 2019 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmcneel/5f2868193b880cc56a7a95fa37733271 to your computer and use it in GitHub Desktop.
Save lmcneel/5f2868193b880cc56a7a95fa37733271 to your computer and use it in GitHub Desktop.
Telling a Story with Code Example 1
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