Skip to content

Instantly share code, notes, and snippets.

@riccardodivirgilio
Created November 10, 2022 15:26
Show Gist options
  • Save riccardodivirgilio/d3c06df5da926a11da7f20460398dfe1 to your computer and use it in GitHub Desktop.
Save riccardodivirgilio/d3c06df5da926a11da7f20460398dfe1 to your computer and use it in GitHub Desktop.
var square = function(x){ return x*x;};
var cube = function(x){ return x*x*x;};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment