Ad
  • Custom User Avatar

    Your solution returns the number passed in, so add(1) returns 1 - if you then do add(1)(2), you're trying to call the number 1 as a function, which causes the error.