How do I auto fill an empty value of an object in an array with an object that matches from another array in JS?
I’ve been trying to create a table that auto fill empty fields depending of the previous information provided but I don’t know how to make it possible, do you have any idea?
How do I auto fill an empty value of an object in an array with an object that matches from another array in JS?
I’ve been trying to create a table that auto fill empty fields depending of the previous information provided but I don’t know how to make it possible, do you have any idea?