Use arrow functions to replace `self` with `this`
Remove the need to alias the `Adder` instance to `self` by using arrow-functions.
Showing
Please register or sign in to comment
Remove the need to alias the `Adder` instance to `self` by using arrow-functions.