Skip to content

Instantly share code, notes, and snippets.

@deeqoo
Created June 13, 2016 09:51
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 deeqoo/0b498275318cff3e878f4779b096d88b to your computer and use it in GitHub Desktop.
Save deeqoo/0b498275318cff3e878f4779b096d88b to your computer and use it in GitHub Desktop.
// Setup
function abTest(a, b) {
// Only change code below this line
// Only change code above this line
return Math.round(Math.pow(Math.sqrt(a) + Math.sqrt(b), 2));
}
// Change values below to test your code
abTest(2,2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment