Ad
  • Default User Avatar

    this is part of the challenge and not a kata issue, see also

    jane.can.speak(
      phrase => `${name} says: ${phrase}`
    );
    

    that uses the same style

  • Default User Avatar

    THis is really crazy. I can't figure it out. Were you able to figure it out???

  • Custom User Avatar

    jane.has(2).hands.each(hand => having(5).fingers);

    This part in the JS test makes no sense. Why have a function that receives hand if it won't be used? And why use having from outer scope?
    It makes more sense if the inner function is (hand => hand.having(5).fingers).