Created
April 7, 2020 15:27
-
-
Save jsmanifest/af30b3d67f30694dc3f27e953d42a6da 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
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