Skip to content

Instantly share code, notes, and snippets.

@agnelvishal
Created December 13, 2019 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agnelvishal/25d74b9b7d43e86d8b40a518f2a619d1 to your computer and use it in GitHub Desktop.
Save agnelvishal/25d74b9b7d43e86d8b40a518f2a619d1 to your computer and use it in GitHub Desktop.
let price = await fetch("http://localhost:3000/price")
result = await price.json()
console.log(result["priceR"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment