Double dots(..) It allows you to not repeat the same target if you want to call several methods on the same object . This often saves you the step of creating a temporary variable and allows you to write more fluid code.
Double dots(..) It allows you to not repeat the same target if you want to call several methods on the same object . This often saves you the step of creating a temporary variable and allows you to write more fluid code.