JSFiddle - React, Tailwind, and code Playground

by Paco86

JavaScript

var arr = [1,2,3];

alert(Array.isArray(arr.filter(item => item > 10)));