С
Size: a a a
С
С
const isPersonHasPool = ({ nationality }) => nationality === 'uzbek'
;С
V🦖
V🦖
V🦖
const isPersonHasPool = (person) => {
const { nationality } = person;
return nationality === 'uzbek’;
}
С
С
A
const isPersonHasPool = ({ nationality }) => nationality === 'uzbek’
V🦖
A
A
С
V🦖
V🦖
A
#
$