Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[5 / 2 / ?]

ID:c8Z+fIqm No.11716239 View ViewReplyOriginalReport
>function multiplyfunc (a) {
>return function (b) {
>return a * b;
>};
>};

>console.log(multiplyfunc(4)(3));