Created
December 6, 2024 12:49
-
-
Save kaineer/977ef1fd2410ca0cbf7295fe2a455a54 to your computer and use it in GitHub Desktop.
arrow functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const reset = (r) => {r.setVal(0)} | |
| function reset(r) {r.setVal(0)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment