mbtestfeed
Results
1
issues of
mbtestfeed
https://github.com/lydiahallie/javascript-questions#123-whats-the-output Probably just a point of pedantry, but the function ``` const add = x => y => z => { console.log(x, y, z); return x + y + z;...
suggestion