Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created April 1, 2025 14:03
Show Gist options
  • Save ziadoz/7b67a6b80a884f6b1d2985c226834990 to your computer and use it in GitHub Desktop.
Save ziadoz/7b67a6b80a884f6b1d2985c226834990 to your computer and use it in GitHub Desktop.
JS Function Return
// @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