JSFiddle - React, Tailwind, and code Playground

by Andrey

JavaScript

var obj = {
	prop1: 'qwe',
  prop2: ''
};

var q = obj.find(el => 'qwe');
console.log(q);