Skip to content

Instantly share code, notes, and snippets.

@tiavina-mika
Created November 16, 2021 14:44
Show Gist options
  • Save tiavina-mika/eca76411e1e6071564ce7a28b7f41101 to your computer and use it in GitHub Desktop.
Save tiavina-mika/eca76411e1e6071564ce7a28b7f41101 to your computer and use it in GitHub Desktop.
Gist test
const sum = (x, y) => x + y;
console.log('sum');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment