質問編集履歴

1

目印の追加

2022/05/07 13:01

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -31,7 +31,7 @@
31
31
 
32
32
  interests.splice(-1, 0, "and");
33
33
 
34
- return `${this.name.first} ${this.name.last} is ${age} years old. ${pronoun} likes ${interests}.`;
34
+ return `${this.name.first} ${this.name.last} is ${age} years old. ${pronoun} likes ${interests}.`; //☆ここ
35
35
  };
36
36
  this.greeting = function () {
37
37
  alert(`Hi, I'm ${this.name}.`);