ウェブサイト

ウェブサイト(ホームページ)コーディング 特設サイトへ
ウェブサイト(ホームページ)制作 特設サイトへ
(() => { class Txt { constructor() { this.str = 'Website'; } out() { return this.str; } } console.log((new Txt()).out()); })(); Website ウェブサイト