Day 4/100

Day 4/100

Today on the #100DaysOfCode challenge, I worked on Arrays and how to manipulate them. I was able to add and remove elements from the beginning, end and inbetween an array using built-in methods like .pop(), .push(), .splice(), etc.

I also worked with functions, and practicedusing function declarations versus function expressions. I also learnt how to create and use getter and setter functions.

And finally, how to use the 'this' keyword in my function. The this keyword simply references the parent object in which it is called.

要查看或添加评论,请登录

Ifeanyichukwu Chimbo的更多文章

  • Day 3/100

    Day 3/100

    Today was an introduction to Object Oriented Programming(OOP). When functions are created inside objects they are…

  • Day 2/100

    Day 2/100

    Today I covered control flows in javascript. Here I'm referring to if statements, if .

  • Day 1/100

    Day 1/100

    Today I worked on the very basics of Javascript. But first I had to setup my development environment.

社区洞察

其他会员也浏览了