Created
March 24, 2019 09:56
-
-
Save adrianfaciu/5371ca6f362ed17b5c51b24b45563f44 to your computer and use it in GitHub Desktop.
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 trace = x => (console.log(x), x) | |
const two = trace(2); //? 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment