new files
This commit is contained in:
parent
3af7344581
commit
86c034bb8b
1364 changed files with 21352 additions and 0 deletions
7
Task/Best-shuffle/JavaScript/best-shuffle-2.js
Normal file
7
Task/Best-shuffle/JavaScript/best-shuffle-2.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<html><head><title></title></head><body><pre id="out"></pre></body></html>
|
||||
<script type="text/javascript">
|
||||
/* ABOVE CODE GOES HERE */
|
||||
var sample= ['abracadabra', 'seesaw', 'elk', 'grrrrrr', 'up', 'a']
|
||||
for (var i= 0; i<sample.length; i++)
|
||||
document.getElementById('out').innerHTML+= disp(sample[i])+'\r\n';
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue