Skip to content
Advertisement

how do i compare 2 different string lists and return the difference if one is bigger?

please help me subtract the existing string from the list VideoList so we have a difference and should be formatted into a new list

JavaScript

Advertisement

Answer

You can check whether the element of VideoList is present in Database or not like

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement