// Make a return statement for the length of parameter [word]
module.exports = function x1(word) {
return x1.length;
};
module.exp