Skip to content

Instantly share code, notes, and snippets.

View vmengwa's full-sized avatar

Victor Mengwa vmengwa

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",