回答編集履歴
2
typo のため(再
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
if("function"!==typeof cb1) {
|
22
22
|
|
23
|
-
throw TypeError(
|
23
|
+
throw TypeError( `anyMethod required "function" in 3rd argument.` );
|
24
24
|
|
25
25
|
}
|
26
26
|
|
1
typo の修正
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
if("function"!==typeof cb1) {
|
22
22
|
|
23
|
-
throw TypeError(
|
23
|
+
throw TypeError( 'anyMethod required "function" in 3rd argument.' );
|
24
24
|
|
25
25
|
}
|
26
26
|
|