Last active
July 21, 2018 22:23
-
-
Save JonAbrams/07b2bd8ce1c3f13c30f1665c6ca7e060 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
import Space from 'spaceace'; | |
const space = new Space({ | |
appName: "SpaceAce demoe", | |
user: { name: 'Jon', level: 9001 } | |
}); | |
const newSpace = space({ appName: "SpaceAce demo" }); | |
console.log(`Old app name: ${space.appName}, new app name: ${newSpace.appName}`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment