Javascript Playground

Write any Javascript, and hit Ctrl+Enter to run it in an async function, and show the returned value below. Nothing is saved.

Ready

const response = await fetch("https://httpbun.com/get")
return response.json()