Skip to content

Instantly share code, notes, and snippets.

@VikramVasudevan
Created April 14, 2022 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VikramVasudevan/2dd1383461a5c16c252973182d3f1190 to your computer and use it in GitHub Desktop.
Save VikramVasudevan/2dd1383461a5c16c252973182d3f1190 to your computer and use it in GitHub Desktop.
Sample Javascript Functions
function helloWorld(){ return ['Hello World','How are you?'] }
function generateNumbers(){ return [ { 'random_number' : Math.random(), 'some_message':'How are you?'} ]; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment