javascript - creating objects from a group of data or an array -
I really have trouble trying to keep it together for some reason, anyone who can tell me in the right direction I'm sure im that just cant figure it out of the grasp. My data is being created in an array with the following code, but I really want to create a good object in which the data is taken for pieces, is taken, along with the connected values up and left. (Ojdata [b]) top. Push (objdata [c] left.push (objdata [d])
My problem is usually to create an object Along with it, but combining these oranges with one object. I have already encountered 2 pages in Edi already written.
If you only want to create an object based on the array, do so.
var objectExample = {piecesArray: pieces, moved, taken: top, top: top, left: left} console.log (objectExample);
Comments
Post a Comment