### Reading Week 2 # Reading material for the second lecture: ``` In week two we will discuss the following topics: • Functions + JSON/Arrays • Array Manipulations • JSON • Map and filter • Arrow functions ``` ## Here are resources that we like you to read as a preparation for the coming lecture. ### JSON - [JSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) (MDN) ### Map and Filter - :dizzy: [Fun fun functional](https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84) :dizzy: Check the first 3-4 videos. ### Code conventions - Code conventions: http://crockford.com/javascript/code.html ### Array cardio - Wes Bos' awesome free tutorials. Just make a free account and do Array Cardio #1 [here](https://javascript30.com/) ### From _Eloquent JavaScript_ - Objects continued: http://eloquentjavascript.net/06_object.html ## Recommended readings This chapter from _Eloquent JavaScript_ gives in-depth explanations of the topics that will be discussed during the lecture. Highly recommended (if time permits). - Chapter 3 - [Functions](http://eloquentjavascript.net/03_functions.html) - Chapter 5 - [Higher-Order Functions](http://eloquentjavascript.net/05_higher_order.html) _Please go through the material and come to class prepared!_