AsimKhan2019 / WebPack_To-Do-List_Exercise

An exercise to populate and display list of tasks, and remove them from the list at runtime. I built this project using Web pack, HTML, ES6 and Java script
4 stars 0 forks source link

DRY code #28

Open AsimKhan2019 opened 2 years ago

AsimKhan2019 commented 2 years ago

https://github.com/AsimKhan2019/WebPack_To-Do-List_Exercise/blob/67c96bb04b77fa651262a6bcb5e6a318eb34b84b/src/operations.js#L72-L73

Not sure, but this code could be written in one line using the DRY approach.