Topic: Hashing Problem / Level: intermediate

Problem: Write a function to determine if two arrays have any elements in common using hashing.

Run the code to see the output here...