Today's Agenda:
- Discuss the finer points of fin-tastic accounting.
- Review the cod-fish codebase.
- Make fishy decisions.
// Fishy Codebase
function fishyTalk(talker) {
return talker.speakInFishyTongue();
}
// Fin-tastic Accounting
var balance = 10.50;
var finTally = balance * Math.PI;
}
Notes:
- Need to cod-fish more.
- Must fin-tastic our books.
- Will have to fishy more often.
// Fishy Talk
function talker = fishyTalk("Fishy McFisherson");
// Output: Fishy McFisherson speaks in Fishy Tongue.