Created
April 1, 2025 14:03
-
-
Save ziadoz/7b67a6b80a884f6b1d2985c226834990 to your computer and use it in GitHub Desktop.
JS Function Return
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
// @see: https://github.com/hassanshaikley/pico-pubsub | |
foo = () => ('foo', 'bar'); | |
console.log(foo()); // Returns 'bar' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment