const makeCase = (input, condition) => {. //make the input an array. inputArr = input.split('');. let ans = "";. if (condition.indexOf("camel") !== -1) {.
確定! 回上一頁