Pass the last parameter to function - JavaScript

前端 未结 0 1938
南方客
南方客 2020-11-28 04:02

If I have this function and I want to base just parameter b, how I can do that.

  function x(a=1,b=2) {
    console.log(a);
    console.log(b);
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题