Comment on The Nerd HandbookparentComments−DanielBMarkham18ymakesLotsOfMoney = true;isConfidentInAbilities = true;function AmINerd(){ if (isConfidentInabilities && makesLotsOfMoney) { return true; } else { throw nullSenseOfHumorException; } }
Comments
makesLotsOfMoney = true;
isConfidentInAbilities = true;
function AmINerd()
{
}