function doSomething(arg) { arg = arg || 'Спасибо!'; alert(arg); } doSomething('hello!'); doSomething();