Recap of what I’ve been doing today:
I started the day by looking at a lecture(in Swedish) about Objects then continued on reading up on the following articles:
- http://javascriptissexy.com/oop-in-javascript-what-you-need-to-know/
- https://addyosmani.com/resources/essentialjsdesignpatterns/book/#constructorpatternjavascript
- https://john-dugan.com/object-oriented-javascript-pattern-comparison/
I wrote a short article about objects which covers the main points the lecture focused on and it’s expected it will be improved further in the future with the latest ways of creating Objects in JS2015 as well.
Then I continued on to the challenges and solved
All of the challenges focused on objects and mainly the Constructor/Prototype design pattern of creating objects in JavaScript.