Question: js 2.2.5 points - Take the following array and filter the array for all objects that contain a weight property of 2.05. Then iterate through

2.2.5 points - Take the following array and filter the array for all objects that contain a weight property of 2.05. Then iterate through that array and log the name of each item of the array to the console. const dataArray = [ id: 1, name: 'item 1', type: 'coin' weight: 1.45 > t Id : 2, name: 'item 2 type: 'bill, weight: 2.05 3) name: Miten 3 typet bill weight: 4 3. idi 4, none Sten 4 typet coin weight: 1.14 Id: 5 nae itens Type bil { id: 6, name: 'item 63 type: 'bili's weight: 1.77 }, id: 7, name: 'item 7 type: "bill' weight: 2.1 > Id: 8, name: 'item 8 type: "coin weight: 2.2 at 9, nameten type coins weights idt le Home en 10 type COLI wit 1148
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
