JSFiddle - React, Tailwind, and code Playground

by de Montalembert Jonathan

JavaScript

let cache= [{"1,2": 3}]
function add(a,b){return a+b}

add(1,2)
add(1,2)