List Intersection

Given two lists of integers, return a new list containing only the elements that are present in both lists.
[1, 2, 3, 4, 5]
[4, 5, 6, 7, 8]
Total : 0 Discussion
Login