Created
May 12, 2023 21:58
-
-
Save davecra/567b7956c3ed263a686753dc779d1ce0 to your computer and use it in GitHub Desktop.
inline4.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 = await myObj.doSomegthingWithTheServerData(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment