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