Open abdhalees opened 6 years ago
Remember the cloneArrayOfObjects function from last week? you'll need something similar here to make you function pure and testable.
cloneArrayOfObjects
https://github.com/facg3/OurCoolApp/blob/5f70af466012300571b4a3fed87acb4697be4e74/front-end/js/index.js#L23
noted
Remember the
cloneArrayOfObjects
function from last week? you'll need something similar here to make you function pure and testable.https://github.com/facg3/OurCoolApp/blob/5f70af466012300571b4a3fed87acb4697be4e74/front-end/js/index.js#L23