function func(arg1, arg2) { if (typeof arg2 === "undefined") { arg2 = "defaultValue"; } //Rest of function }