Execute your JavaScript code instantly with our powerful online runner. No setup required. Perfect for testing, learning, and prototyping.
Simple JavaScript code to Try
<h1>Hello World</h1>
<script>
document.write("Hello, Marstrx!");
</script>
<button onclick="alert('Clicked!')">Click Me</button>