filter two things
I've got an array and I'm using filter() on it to get a new array. I'm comparing it from a value from input with the name property in the array. but I want it to use another value too to check if it includes that from the property tagname, what should I do.
but I want to do something like, this is probably wrong but
1 Reply
tried a solution and it worked