ウェブサイト

ウェブサイト制作 特設サイトへ
(() => { class Txt { constructor() { this.str = 'Website'; } out() { return this.str; } } console.log((new Txt()).out()); })(); Website ウェブサイト