Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 7, 2020 15:27
Show Gist options
  • Save jsmanifest/af30b3d67f30694dc3f27e953d42a6da to your computer and use it in GitHub Desktop.
Save jsmanifest/af30b3d67f30694dc3f27e953d42a6da to your computer and use it in GitHub Desktop.
const frogOwner = new FrogParadiseOwner(Client, sallysLicense, mikeTheToad)
// some other location
const frogOwner2 = new FrogParadiseOwner(...)
// some other location
const frogOwner3 = new FrogParadiseOwner(...)
// some other location
const frogOwner4 = new FrogParadiseOwner(...)
// some other location
const frogOwner5 = new FrogParadiseOwner(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment