function and call
The function that will take over all the arguments needs to be created, and I don’t understand what part of [1] is .a (7)
const func = () => {
}
func(5)(6)[1].a(7) // 5 + 6 + 7 = 18
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
function and call
The function that will take over all the arguments needs to be created, and I don’t understand what part of [1] is .a (7)
const func = () => {
}
func(5)(6)[1].a(7) // 5 + 6 + 7 = 18