javascript/sandbox/index.ts (4 lines of code) (raw):

(()=>{ const konishiAge = 25; console.log(`小西の年齢は${konishiAge}です。`) })()