Two arrays
I've got one array that I fetch from my local json file.
and say I've an empty array
I've a event listener on the input and
what I want to happen is if the input value is equal to the name from the array cards I want that whole object to be pushed to array result other wise return.
Still learning javascript so would appreciate a visual example or a topic i should look for.
1 Reply