I was wondering if there was a difference between the these two bits of code:
function sayHello(name?: string) { if (name) { return \'Hello \' + name; } retur