Audio overlap loop: Difference between revisions

Content added Content deleted
m (made it a draft task, fixed JavaScript tasks)
m (whitespace)
Line 3: Line 3:


=={{header|JavaScript}}/{{header|HTML}}==
=={{header|JavaScript}}/{{header|HTML}}==
<lang JavaScript>
<lang JavaScript><script>
<script>
for(i=0, j=prompt("Enter the sound manipulation level you want", ""); i<j; i++){
for(i=0, j=prompt("Enter the sound manipulation level you want", ""); i<j; i++){
document.write("<bgsound src='loop.wav'>")} </script>
document.write("<bgsound src='loop.wav'>")}
</lang>
</script></lang>