JSFiddle - React, Tailwind, and code Playground

by Ravindra Athreya

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")