In the example, try: ``` f1.tagWith(motorsport); motorsport.tagWith(f1); hamilton.tagWith(senna); hamilton.tagWith(f1); senna.tagWith(hamilton); senna.tagWith(f1); ``` And see what tags and targets are shown for Hamilton.
In the example, try:
And see what tags and targets are shown for Hamilton.