ブログエントリー5(投稿日:2022年5月13日)(更新日:2022年5月17日)

ブログエントリー5

下は画像



JavaScriptコード

const hoge = "hoge"

const func = (arg) => {
  return arg + arg
}

console.log(func(hoge))


const fuga = "fuga"

aaaaaa