How to perform 'Intersection' in CoffeeScript.
# Task: Intersection
# Language: CoffeeScript
# Implementation for Intersection
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Intersection
console.log("Done");