Category: Updates

Day 9 of 60 days coding challenge

I started the day by reading the first chapter about Objects in the book “The Principles of Object-Oriented JavaScript” by Nicholas C. Zakas which is a book that comes highly recommended. Then I continued to struggle with challenge 2 in the basic Javascript course and made some progress though not managed to make the challenge …

Day 8 of 60 days coding challenge

Recap of what I’ve been doing today: I finished the last of the small assignments for the course Basic JavaScript Development 1dv021! I only got 1 more lecture and 2 big challenges left in the course. The League After finishing the The League challenge I started on the “Jade to HTML” challenge. While working on …

Day 7 of 60 days coding challenge

Today I had to handle some CSS and HTML updates for a few websites I’m working on. Then I continued on to my JavaScript path and solved a challenge: IT Figures I started on the last of the small challenges The leauge as well and will continue on it tomorrow as well as continue to …

Day 6 of 60 days coding challenge

Recap of what I’ve been doing today: I started the day by looking at a lecture(in Swedish) about Inheritence, Error Handling, Getters and Setters and regExp. The topics is covered in Eloquent Javascript in the following chapters: Chapther 6 Objects Chapther 7 Project: Electronic Life Chapther 8 Error Handling Chapther 9 RegExp My plan is …

Day 5 of 60 days coding challenge

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 …

Day 4 of 60 days coding challenge

Recap of what I’ve been doing today: Today I finished my first proper challenge. In the university course I’m following they are called examinations as these are the challenges the students get graded on. You can find my solution here: https://github.com/alexanderanter/basic-js-challenge-1 There will be two more of these on this course of Basic JS but before …

Day 3 of 60 days coding challenge

Recap of what I’ve been doing today: I spent a couple of hours just getting set up in a different development environment at another location using WebStorm instead of Atom. Then I moved on to the challenges finishing the last of part 1 challenges from the university course I’m doing: Get Winner Sub Sequence You …

Day 2 of 60 days coding challenge

Recap of what I’ve been doing today: Today I’ve been focused on the challenges finishing: Make HTML Proper Harshadtal Copy Array Sort Array Sorting Teams Overmean Reduce Array part 1 Reduce Array part 2 These challenges have mainly been focusing on Arrays and objects. I think they are great to get more comfortable working with …

Day 1 of 60 days coding challenge

First day and I manged to do the following from the “Basic Development” 1dv021 University Course I’m doing that are focused on JavaScript. The course can be found here, but it it’s in Swedish. The course is based of Eloquent JavaScript with added challenges and lectures. Anyone want to follow my path to JavaScript fluency can …