Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- test = [];
- test[0] = 23;
- test[1] = "hello";
- test[15] = 34.5;
- test["mamma mia!"] = 42;
- console.log(test[15] == 34.5);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement