All about javascript

Recent posts

  1. Values and coercion

    How many times have you heard the fact that doubles equals check the value but not the type while three equals check both

  2. Variables and values in Javascript

    Getting into a new programming language, most of the time, starts in the same way, declaring a variable and setting a value in that variable and it's really important to know how they work together.

  3. How javascript engine works

    If we want to understand how javascript works beyond your code, you need to know three different concepts or ideas that you will see repeated throughout the rest of your life as a programmer.