"use strict"; var some = function (count) { if (count === undefined) count = "30"; console.log("count", count); }; some();