Ad
  • 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).