JavaScript 101-#10 – Arrays Pt2

In the first part we practiced creating arrays and took a look at some of the methods you can use. The last one we practiced was splice() method. Today we will continue exploring the rest of methods available for arrays to finish this topic so we can close it and move forward to objects. Let’s… Continue reading JavaScript 101-#10 – Arrays Pt2

JavaScript 101-#9 – Arrays Pt1

Today’s issue of JavaScript 101 will be all about arrays. If you read the post about data types covering arrays, you should already know at least the basics. If not, don’t worry. We will practice creating one and n-th dimensional arrays at the beginning just for warming up. Then, we will move to methods that… Continue reading JavaScript 101-#9 – Arrays Pt1

Jumping into web design

Studying design in school or learning everything by yourself in the evening? Web is more accessible then ever before and industry is welcoming new people, but this is only beginning. In next years it will only get better. So, what is the BIG thing you have to learn?

JavaScript 101-#8 – Strings

Plan for today is quite simple … We will continue in JavaScript 101 series. Last time talked finished deep dive into numbers and the next topic, we will cover today are strings. Because we already covered the basics in post about data types, we will jump right into methods and properties you can use with strings… Continue reading JavaScript 101-#8 – Strings

JavaScript 101-#6 – Functions Pt2

In last part we took a look at functions, what they do, how they do it how to create them. We learned that there are two ways to declare them. One is with “var” keyword and another is without it. Today we will continue in our exploration of functions more in-depth. First thing on the… Continue reading JavaScript 101-#6 – Functions Pt2