JSFiddle - React, Tailwind, and code Playground

by nerdycap007

JavaScript

let x = { a: 1, b: 2 }

console.log(x.includes({a:1}))