Created
November 16, 2021 14:44
-
-
Save tiavina-mika/eca76411e1e6071564ce7a28b7f41101 to your computer and use it in GitHub Desktop.
Gist test
This file contains 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 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