Last active
May 12, 2023 21:55
-
-
Save davecra/80d9aa3d5ff0ec8114a921d78ab00483 to your computer and use it in GitHub Desktop.
inline1.js
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 myObj = new MyClassToCallTheServer(); | |
let someValue = myObj.doSomegthingWithTheServerData(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment