How do I make a return statement for the length of parameter[word]?

后端 未结 0 619
没有蜡笔的小新
没有蜡笔的小新 2021-02-01 07:38

// Make a return statement for the length of parameter [word]

module.exports = function x1(word) {

 return x1.length;

};

module.exp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题