I want to make default parameter in javascript , so can i ?
jm.toInt = function (num, base=10) { return parseInt(num,base);}
No comments:
Post a Comment