Javascript Array

var abc = {
                x: "X",
                y: "Y",
                z: "Z"
            };
            alert(abc.x);

Comments

Popular posts from this blog