-
JavaScript
JavaScript Tutorial – Part 5: Statements
While theoretically we can do anything with functions and simple data structures, but for some strange reasons programmers (unlike mathematicians)…
Read More » -
JavaScript
JavaScript Tutorial – Part 4: Object Creation and Prototype Chains
The term “Object-Oriented programming (OOP)” has been greatly overused, and JavaScript is not one of the exceptions. For someone who…
Read More » -
JavaScript
JavaScript Tutorial – Part 3: Variable Scope and Closures
Previous Tutorial: JavaScript Tutorial – Part 2: Variables, Functions, and Objects Naming is one of the hardest problems in programming.…
Read More »