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