Visdomoyat / js-arrays-lab

0 stars 0 forks source link

Hardcoded value #2

Open DigitalPhoneme opened 1 month ago

DigitalPhoneme commented 1 month ago

https://github.com/Visdomoyat/js-arrays-lab/blob/f0e30e222ec2c1b0be3c471569cba31c1b951118/app.js#L21

You hard coded the values in exercise 1. You need to use an array method to push the values into the empty array

Visdomoyat commented 1 month ago

done