JSFiddle - React, Tailwind, and code Playground

by Nic Fontaine

JavaScript

let foo = [3, 4, 5]
const f = foo.filter((a) => a === 12)
alert(JSON.stringify(f))