:cookie: 280 | @max-lab |http://www.freecodecamp.com/max-lab
:cookie: 262 | @shenoyabhijith |http://www.freecodecamp.com/shenoyabhijith
@shenoyabhijith 'https://twitter.com/intent/tweet?text=' + $("p").html());
The last bracket needs to go
function phoneticLookup(val) {
var result = "";
// Only change code below this line
val={
"alpha": "Adams",
"bravo": "Boston",
"charlie": "Chicago",
"delta": "Denver",
"echo": "Easy",
"foxtrot": "Frank"
};
// Only change code above this line
return result;
}
Use it to lookup val and assign the associated string to the result variable.