Created
July 21, 2019 16:49
-
-
Save jsmanifest/1e4a42f104e155021f20e6f63ba351f6 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
| createAccount({ | |
| password: 'applebee123x123', | |
| email: '[email protected]', | |
| bio: 'My bio', | |
| callback: function cb(err, data) { | |
| if (err) { | |
| console.error(err) | |
| } | |
| // do something with data | |
| }, | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment