Skip to content

Instantly share code, notes, and snippets.

View jay-dee7's full-sized avatar
🦀
Bite me

Jasdeep Singh jay-dee7

🦀
Bite me
View GitHub Profile
// Setup
function phoneticLookup(val) {
var result = "";
// Only change code below this line
var lookup = {
"alpha":"Adams",
"bravo":"Boston",
"charlie":"Chicago",
"delta":"Denver",