Skip to content
Advertisement

How to remove items from dictionary list, for each value that’s in a list

I am trying to return a list of dictionaries exept for the dictionaries with the same id’s as in game_list_id

This is what i got so far:

JavaScript

Advertisement

Answer

You can do that in a single line without a function:

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