Skip to content

Instantly share code, notes, and snippets.

@kowoohyuk
Created October 31, 2022 09:40
Show Gist options
  • Save kowoohyuk/87be658c27fa466eaeeea74ff2708ff0 to your computer and use it in GitHub Desktop.
Save kowoohyuk/87be658c27fa466eaeeea74ff2708ff0 to your computer and use it in GitHub Desktop.
console.log
const add = (a, b) => a + b
const minus = (a, b) => a - b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment