Skip to content

Instantly share code, notes, and snippets.

View Ktifak's full-sized avatar

Ktifak

  • Windsor, Ontario
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",