Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var a = new Array(3);
  2.  
  3. a[1] = "to jest drugi element";
  4. a[2] = "to jest trzeci element";
  5. a[0] = "to jest pierwszy element";
  6. //a[3] = "a to w kazdym normalnym jezyku sie wyjebie";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement