Generation

generate functionSun, 13 Nov 2022

Given two maps find the elements in common they have

Script function intersection(map1, map2) { // write your code here return {} }

Want to kickstart your project?Use the new AI Studio to create your code