Created
December 17, 2018 20:11
-
-
Save adrian-afergon/1805376e5adf0d29d78a912104c7ec3a 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
// js code: | |
const id = 'irrelevant' | |
const character = getCharacterBy(id); | |
character.run(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perfect, we have a cpde where we retrieve a character and said to it that runs... What could fail? or better... could not.