Skip to content

Instantly share code, notes, and snippets.

@kaineer
Created December 6, 2024 12:49
Show Gist options
  • Save kaineer/977ef1fd2410ca0cbf7295fe2a455a54 to your computer and use it in GitHub Desktop.
Save kaineer/977ef1fd2410ca0cbf7295fe2a455a54 to your computer and use it in GitHub Desktop.
arrow functions
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