topsinoty-ee / Gameflix

2 stars 0 forks source link

Make data array #5

Open topsinoty-ee opened 1 year ago

topsinoty-ee commented 1 year ago

Make an array of objects (12)

Object properties:

Example

[
    {
        src: "https://...." ,
        title: "Alien",
        tags:[
            {tag:"horror", id:1}
            {tag:"space", id:2}
            {tag:"fantasy", id:3}
       ]
    },
    {
        src: "https://...." ,
        title: "Red Notice",
        tags:[
            {tag:"comedy", id:1}
            {tag:"thiller", id:2}
            {tag:"crime", id:3}
       ]
    },
    ...
] 
topsinoty-ee commented 1 year ago

Please use the EXACT PROPERTY NAMES because the code has the same object property names