After previous post where we finished exploration of functions, today we will take a step back to data types for a while in order to look at them more in detail. First data type, we will discuss today, are numbers.
Author: Alex Devero
I'm Founder/CEO of DEVERO Corporation. Entrepreneur, designer, developer. My mission and MTP is to accelerate the development of humankind through technology.
Selling is helping
When you start your own business no matter if it is a company or freelancing, one of the most important thing to know, next to accounting, is how to sell. Some people know this naturally and some have to learn it. Selling is, by many people, still seen and also done more like trying to… Continue reading Selling is helping
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
JavaScript 101-#5 – Functions Pt1
In the last post we finished data types by exploring objects. Today, we will take a look at functions and how to create them. Data types are great to play with, but only until you get to know functions. So, let’s dive in!
CSS tips and tricks #8-Playing with animations
Like it or not, CSS animations are one of the trends that will definitely shape the future of web design industry. Even though JavaScript is still heavily used to create animated states on numerous events on the page, its involvement is in decline. Thanks to great support from browsers, only IE 8,9 and Opera Mini… Continue reading CSS tips and tricks #8-Playing with animations
JavaScript 101-#4 – Variables and data types Pt3
After arrays, next data type to explore are objects. Objects are one of the most important thing in JS you can work with. Different people have different opinions on this, but they are definitely in top three. Objects are pretty huge subject to study and there are whole books on object-oriented programming, so we should… Continue reading JavaScript 101-#4 – Variables and data types Pt3