JSFiddle - React, Tailwind, and code Playground
JavaScript
/* let sum = a => b => b ? sum(a+b) : a;
console.log(sum(1)(2)(3)(4)()); */
let a = function(...arg) {
debugger;
}
a("test", "test2", "test3")
/* let sum = a => b => b ? sum(a+b) : a;
console.log(sum(1)(2)(3)(4)()); */
let a = function(...arg) {
debugger;
}
a("test", "test2", "test3")