Checking Object Type and Validating the Argument Type in JavaScript
The “typeof” operator is very useful at the moment for checking what kind or type of object we are dealing with. It returns a string containing the datatype of the object. The values returned are “number”, “string”, “boolean”, “undefined”, “function”, and “object”. However, this operator has some flaws at the time of detecting an array [...]
Categories: Design, Javascript, tutorial2 Comments »
Object Oriented JavaScript: Creating an Window Box
This is a very short tutorial about Object Oriented Programming in JavaScript, in which we are going to create an object called JSWinbox that simulates a window in our browser.
There are two ways of doing OOP in JavaScript: Classical Inheritance and Prototypal Inheritance. The recommended one is Prototypal because objects will share exactly the same [...]
5 Comments »
Web Development Gurus To Follow Round 1: JavaScript
In a multi-part series, I am compiling lists of Web Development Gurus that you must check out and follow through their blogs or on Twitter! In my opinion, it is essential to be in contact with fellows colleagues in your field to really learn the tricks of the trade. Thus, these lists will [...]
Categories: Javascript6 Comments »
20+ More Amazing Portfolio Websites
Like I wrote in “20+ Amazing Portfolio Websites,” your portfolio is the most important website you will design and develop in your career, because it is where you can really show off, be original, and stand out in your field. So many website we make as designers and developers are made [...]
Categories: (X)HTML, CSS, Design, Javascript11 Comments »
17 Javascript Animation Frameworks Worth Checking Out
JavaScript is the one of the most utilized and popular programming language, because a large majority of the browsers are compatible with it. In addition, JavaScript has become very popular, very quickly, because it is uncomplicated, straightforward, and has a wide-range of capabilities. Flash, on the other hand, requires the installation of Flash player, it [...]
Categories: Design, Javascript3 Comments »





