Mats Haby

Home
Blog Author Picture

Mats Haby

1 follower

I was a DevOps engineer with 10 years of work experience that fell in love with writing code for web development. Now, finally I'm starting my journey to be a full-time web developer!

Array methods: pop( ) and shift( )

Jan 13, 20211 min read 51 views

Array pop With the Array method pop(), you can remove the last element from an array and it returns the removed element. pop() changes the length of the array.If you call pop() in on an empty array, it will return undefined. Array shift shift() Is...

#100DaysOfCode

Jan 10, 20211 min read 18 views

Ok, here we go! I have committed to being a part of #100DaysOfCode Publicly commit to the challenge Tweet to #100DaysOfCode that you commit to the challenge The two main rules Code a minimum of an hour each day for the next 100 days. Tweet your pro...

Rubber duck debugging

Jan 8, 20212 min read 16 views

Rubber duck debugging is a method programmers can use to debugging code. It will help you stick to your goal and solve the task at hand. The practice of rubber ducking comes from the book: The pragmatic programmer by Andrew Hunt and David Thomas. The...

Welcome and JS - What is an Array and how to add elements to an array

Jan 7, 20212 min read 27 views

Hi and welcome to my blog and first blog post! Here you can follow my learning journey to become a web developer. I recently got accepted to the Front-End developer program at mediainstitutet here in Sweden. So I quitted my full-time job to follow my...

© 2021 Mats Haby

PrivacyTerms
Proudly part of