The Web Course Information


  • The Essencial Git Commands

    Git is nowadays almost one of the most used tools for a professional Web developer. However, there are a lot of git commands at your desposal. I here list the most used and also the most useful com...

    Continue Reading

subscribe


  • Inheritance Based on Prototype

    Prototype is the unique feature of JavaScript used for inheritance. JavaScript is an object based programming languange. However, there is no definition of class as those traditional class based pr...

    Continue Reading

subscribe


  • Data Types in JavaScript

    There are five primitive data types and one reference data types in JavaScript. This is the foundation for JavaScript. The primitive data types are Number, String, Boolean, Null and Undefined. The ...

    Continue Reading

subscribe


  • Hoisting and Closures in JavaScript

    Hoisting and closures are the two features that JavaScript have and confuse the beginners. They are the features a professional JavaScript programmer must know.Hoisting and closures are both relate...

    Continue Reading

subscribe


  • Knowing the Most Basic Rules of Regex

    Regex or regular expression is the magic ward in every programming language inlcuding JavaScript. Knowing regex is the basic ability of any programmer and knowing regex well will distinguish you fr...

    Continue Reading

subscribe