Why is function.call.call not a function?

Code:

let fun = x => x * x;
-> undefined
typeof fun.call.call
-> "function"
fun.call.call()
VM251:1 Uncaught TypeError: fun.call.call is not a function

      

Why is fun.call.call

not a function when typeof fun.call.call -> "function"

?

+3
javascript


source to share


No one has answered this question yet

See similar questions:

fourteen
JavaScript function context Wrong
3
Why can't I .call () Function.call?

or similar:

6493
var functionName = function () {} vs function functionName () {}
3915
Why does Google add while (1); into your JSON responses?
2660
Closing JavaScript Inner Loops - A Simple Practical Example
2644
Is there a function "exists" for jQuery?
2201
How do you decide when to use Node.js?
2192
.prop () vs .attr ()
1986
What is JSONP and why was it created?
1498
What is the purpose of the var keyword and when should I use it (or omit it)?
1251
How do I access matched groups in a JavaScript regex?
694
Why are there no JavaScript variable names and ☺?



All Articles
Loading...
X
Show
Funny
Dev
Pics