a micro javascript sandbox to play around in
Drag this link to your bookmark bar. <a href="data:text/html,<title>js_pad</title><style>html{background:rgb(63,63,63);color:rgb(240,239,208);font-size:1.5em;font-family:Monospace}</style>">js_pad
readable code
data:text/html,<html contenteditable onkeyup="try{
this.style.color='rgb(240,239,208)';
console.clear();
eval(this.innerText);
}catch(err){
this.style.color='rgb(223,175,143)';
console.log(err);
}">
<title>js_pad</title>
<style>
html{
background:rgb(63,63,63);
color:rgb(240,239,208);
font-size:1.5em;
font-family:Monospace
}
</style>
</html>