I'm learning JavaScript and I found this example
say("Hello")("World");
This code should return "Hello World".
I don't know how to implement this even what keyword type to google to find soulution. Can you advice me please what is name of this pattern or how it is possible to implement it in JavaScript?