JSFiddle - React, Tailwind, and code Playground

by Vladymyr Shevchuk

JavaScript

function riba ([...foo]) {
  console.log(foo);
}

riba(123);