professional-programming/training/front-end/04-the-browser.md

21 lines
536 B
Markdown
Raw Normal View History

2020-07-23 11:01:29 +02:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [The browser](#the-browser)
- [Topics](#topics)
- [Reading and manipulating the DOM](#reading-and-manipulating-the-dom)
- [Events](#events)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# The browser
## Topics
### Reading and manipulating the DOM
### Events
2020-07-27 12:43:02 +02:00
https://dmitripavlutin.com/javascript-event-delegation/