profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

JavaScript Parameter default values

ES6

function foo(x = 0, y = 0) {}