# Preparation

* [Basic DOM manipulations (img src, innerHTML)](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/DOM_manipulation.md) (5 min)
* [Code Debugging Using the Browser](https://javascript.info/debugging-chrome) (5 min)
* [Code commenting](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/code_commenting.md) (2 min)
* [Attaching an event](https://www.w3schools.com/jsref/met_element_addeventlistener.asp) (5 min)

*Please go through the material and come to the session prepared!*

## Flipped classroom videos

* [Executing Javascript in the browser environment](https://youtu.be/k8PEyCe3vK0)
* [Interacting with the DOM using Javascript](https://youtu.be/YvHQIaKtOl8)
* [DOM event listeners using Javascript](https://youtu.be/DwzApTvTngI)
* [Fetching data from API using fetch - Javascript](https://youtu.be/pL_zEzunBKU)
