JSFiddle - React, Tailwind, and code Playground

by MuLtDirectX

JavaScript

let a = [2, 3, 4, 9, 10, 10]

let b = [3, 10]

let c = []


for (let i=0; i < b.length; i++) {
	
}

с = a.map(e => e !== 4)

console.log(c)