RunJS
runjs.app › play
Online JavaScript Playground
An easy-to-use online JavaScript playground with live feedback. Write and run JavaScript instantly. Great for learning and prototyping.
Playcode
playcode.io
PlayCode - AI Website Builder
Write, run, and share JavaScript code instantly.
Videos
Learn JavaScript the Fun Way: Create a Role-Playing Game ...
01:44:27
Learn Basic JavaScript by Building a Role Playing Game | FreeCodeCamp ...
12:00:00
JavaScript Full Course for free 🌐 (2024) - YouTube
40:50
Why I Never Start a JavaScript Game From Scratch - YouTube
03:25:58
Learn JavaScript By Building a Role Playing Game: Step 1-172 | ...
02:10
(ARCHIVED) Learn JavaScript by Building a Role Playing Game: Step ...
How much does PlayCode cost?
PlayCode starts at $21/month (annual) or $25/month. You get 100 AI credits, custom domains, private projects, and all AI models. No credit card required to try.
playcode.io
playcode.io
PlayCode - AI Website Builder
What makes this the best AI website builder?
Unlike template builders, PlayCode AI creates unique sites tailored to your business. Unlike agencies, you get results in minutes, not months. And unlike other AI tools, you can see and edit the actual code. 23 million projects built since 2016.
playcode.io
playcode.io
PlayCode - AI Website Builder
Do I own what I create?
100%. The code belongs to you, not us. Download everything anytime. Run it on Vercel, Netlify, AWS - anywhere you want. Zero lock-in.
playcode.io
playcode.io
PlayCode - AI Website Builder
Washington Healthplanfinder
wahealthplanfinder.org › HBEWeb › Annon_DisplayHomePage.action
Sign in to your account
We're sorry but Healthplanfinder requires JavaScript in order to run.
Svelte
svelte.dev
Svelte • Web development for the rest of us
Svelte is a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS and JavaScript.
Mozilla
developer.mozilla.org › en-US › play
Playground | MDN
Playground · Theme · OS default · Light · Dark · English (US) Remember language · Learn more · Deutsch · English (US) Español · Français · 日本語 · 한국어 · Português (do Brasil) Русский · 中文 (简体) 正體中文 (繁體) Format · Run · Share · Clear · HTML · CSS · JAVASCRIPT ·
JSFiddle
jsfiddle.net
JSFiddle - Code Playground
Debug your Fiddle with a minimal built-in JavaScript console.
Codewars
codewars.com › coding practice websites | code challenges | code dojo classes › front end developer interview questions | software developer interview questions › python coding challenges | python code practice | python challenge practice › test python code | test on python code | python test | codewars › python coding practice | practice python code | codewars › beginner python challenges | python exercises for beginners › learn python | learn python programming | learn python for beginners › java coding practice | java exercises | java programs for practice › c# coding practice | c# programs for practice | c# coding exercises › coding competition | online coding competition | coding competitions for beginners › programming practice | functional programming practice | codewars › code golf | golf collectibles | codewars
Codewars - Achieve mastery through coding practice and developer mentorship
A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!
Liveweave
liveweave.com
Liveweave - Generative AI Code Editor & HTML, CSS, JS Playground
Generate web designs instantly with Liveweave's AI coding assistant. The ultimate real-time editor for HTML, CSS, and JavaScript.
Google Play
play.google.com › store › apps › details
JavaScript For Android - Apps on Google Play
Run JavaScript on your Android device
RunJS
runjs.app
RunJS - JavaScript and TypeScript Playground for macOS, Windows and Linux
A JavaScript playground for your desktop. Perfect for testing the latest JavaScript features and libraries. This is my go-to app for playing around with JavaScript.
TypeScript
typescriptlang.org › play
TypeScript: TS Playground - An online editor for exploring TypeScript and JavaScript
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.
Google Play
play.google.com › store › apps › details
JavaScript - Apps on Google Play
Master everything from basic syntax and variables to advanced topics like classes, prototypes, and asynchronous programming. Test your knowledge with interactive quizzes and reinforce your learning with helpful Q&A sections. Our user-friendly interface makes learning JavaScript easy and enjoyable.
Udemy
udemy.com › development
Code & Play: JavaScript Game Projects
August 3, 2025 - This isn’t your typical tutorial-based course. In this immersive learning experience, you’ll build a collection of 15 playable games—each one crafted to teach you key JavaScript concepts while keeping you engaged. From classics like Rock-Paper-Scissors, Pong, and Snake to original projects ...
Top answer 1 of 7
131
Try the below code snippet
<!doctype html>
<html>
<head>
<title>Audio</title>
</head>
<body>
<script>
function play() {
var audio = document.getElementById("audio");
audio.play();
}
</script>
<input type="button" value="PLAY" onclick="play()">
<audio id="audio" src="https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3"></audio>
</body>
</html>
2 of 7
36
JavaScript
function playAudio(url) {
new Audio(url).play();
}
HTML
<img src="image.png" onclick="playAudio('mysound.mp3')">
Supported in most modern browsers and easy to embed into HTML elements.
Esri Developer
developers.arcgis.com › javascript › latest
ArcGIS Maps SDK for JavaScript
Explore our extensive collection of samples, or play around with one of the highlighted samples below. See how to combine functionality into interactive and compelling applications. Join us March 10-13 in Palm Springs! Connect with the Esri technical team, explore in-depth sessions, and maximize your … · Create accessible ArcGIS Experience Builder widgets with Jimu UI, Calcite, and JavaScript Maps SDK …
Playcode
playcode.io › javascript-compiler
JavaScript Compiler Online - Run JS Code Free | PlayCode
React Playground ... Compile JavaScript online in 20-50ms.
Elevatorsaga
play.elevatorsaga.com
Elevator Saga - the elevator programming game
Elevator Saga The elevator programming game · Wiki & Solutions Documentation Help · Your browser does not appear to support JavaScript. This page contains a browser-based programming game implemented in JavaScript · Transported · Elapsed time · Transported/s · Avg waiting time · Max ...
Runjs
runjs.co
RunJS | JavaScript Playground | Run JavaScript and TypeScript Code Online
JavaScript · TypeScript {} NEXTCancel · Code Template · Hello World · Empty console.log · CREATECancel · Share Code with Link · Run ÈË · Show Console ·