Last active
May 1, 2022 17:21
-
-
Save lidangzzz/8104a35b533b1676c3cfad665669f85d to your computer and use it in GitHub Desktop.
hellojs
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 hello = x=>{console.log("This is x" + x);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment