Skip to content

Instantly share code, notes, and snippets.

@Javiani
Created July 21, 2019 01:01
Show Gist options
  • Save Javiani/ee89108a541921b429ef0e4519d4fbb1 to your computer and use it in GitHub Desktop.
Save Javiani/ee89108a541921b429ef0e4519d4fbb1 to your computer and use it in GitHub Desktop.
Snippets for Medium
fullname.then(
name => console.log( name ),
err => console.warn( err )
)
// Lastname was not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment