Use ES6 methods instead of `for` loops
Use `forEach` & `reduce` instead of for loop for better readability and less variables.
Showing
Please register or sign in to comment
Use `forEach` & `reduce` instead of for loop for better readability and less variables.