JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

const foo = (a, b, ...c) => (a + b) * c.length;
let result = foo(1, 2, 'JS', true, 'Fliplet')