下は画像JavaScriptコード
const hoge = "hoge" const func = (arg) => { return arg + arg } console.log(func(hoge))
const fuga = "fuga"
aaaaaa