Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function fillArray(firstArray) {
  2. for(var i=0; i<=firstArray.length+3^2; i++){
  3. document.write(firstArray[i]);
  4. }
  5. }
  6.  
  7. function printArray(inArray){
  8. for (var i=2; i<=inArray.length; i++){
  9. document.write("Array position " + i + " holds value " + inArray[i] + "<br />");
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement