thejsway / thejsway

The JavaScript Way book

Home Page:https://thejsway.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 16 -> Event propagation

johanforslund opened this issue · comments

The stopPropagation()-method should not be included in the first example. Only in the second.

In the first example, all three items are shown in the console, even though e.stopPropagation() is used.

https://github.com/bpesquet/thejsway/blob/master/manuscript/chapter16.md#event-propagation

You're right. That line was not meant to be there.