FACG4 / w5-currency

0 stars 0 forks source link

Destructuring assignment #35

Open amusameh opened 6 years ago

amusameh commented 6 years ago

This case here will be a great place to use Destructuring assignment, you can check this great link that @NoureldeanSaed linked https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment

https://github.com/FACG4/w5-currency/blob/97140be43d3a86fd247174033bc360d6612453a5/src/handler.js#L37

FarahZaqout commented 6 years ago

Resolved. Learned something new. Thanks.