Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Beep Tester">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <br>
  frequency
  <input type="range" id="fIn" min="40" max="6000" oninput="show()" />
  <span id="fOut"></span><br>
  type
  <input type="range" id="tIn" min="0" max="3" oninput="show()" />
  <span id="tOut"></span><br>
  volume
  <input type="range" id="vIn" min="0" max="100" oninput="show()" />
  <span id="vOut"></span><br>
  duration
  <input type="range" id="dIn" min="1" max="5000" oninput="show()" />
  <span id="dOut"></span><br>
  <br>
  <button onclick='beep();'>Play</button>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
capturewizpro
0viewers