Niuke.com js test question, what does this kind of function call mean?

function partial (fn, str1, str2) {
}
var sayIt = ""

partial (sayIt, "Hello"," Ellie") ("!");
^

Sep.09,2021

this is a way of writing called partial function . For more information, please refer to https://blog.csdn.net/neweast. or you can search the Internet for javascript partial function for usage


partial there should be function

inside.
Menu