iT邦幫忙

0

求解答

// Please refrain from tampering with the setup code provided here,
// as the index.html and test files rely on this setup to work properly.
// Only add code (e.g., helper methods, variables, etc.) within the scope
// of the anonymous function on line 6

const caesarModule = (function () {
// you can add any code you want within this function scope

function caesar(input, shift, encode = true) {
// your solution code here
}

return {
caesar,
};
})();

ShawnL iT邦新手 1 級 ‧ 2021-04-22 17:53:59 檢舉
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way
你可以先提出你嘗試的版本,或許你只是卡在某個步驟上 :D
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答