I am making a game with an inventory array system loaded from JSON file (this is working), but I need to draw a random items (cells) in this array and into an selection of a few items in secondary array (struggling with the correct syntax). Then I need to to target these items in the secondary array, and lastly select specific items from the secondary array and put into a third array.
I am new to construct and JS, thus struggeling with the syntaxt to make this. Can anyone please help?
Thank you