JSFiddle - React, Tailwind, and code Playground
by Andrey
JavaScript
var obj = {
prop1: 'qwe',
prop2: ''
};
var q = obj.find(el => 'qwe');
console.log(q);
by Andrey
var obj = {
prop1: 'qwe',
prop2: ''
};
var q = obj.find(el => 'qwe');
console.log(q);