回答編集履歴

2

typo のため(再

2020/03/09 21:51

投稿

AkitoshiManabe
AkitoshiManabe

スコア5432

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  if("function"!==typeof cb1) {
22
22
 
23
- throw TypeError( 'anyMethod required "function" in 3rd argument.' );
23
+ throw TypeError( `anyMethod required "function" in 3rd argument.` );
24
24
 
25
25
  }
26
26
 

1

typo の修正

2020/03/09 21:51

投稿

AkitoshiManabe
AkitoshiManabe

スコア5432

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  if("function"!==typeof cb1) {
22
22
 
23
- throw TypeError("anyMethod required "function" in 3rd argument.");
23
+ throw TypeError( 'anyMethod required "function" in 3rd argument.' );
24
24
 
25
25
  }
26
26