Tag: undefined tutorial

  • JavaScript Tutorial – Undefined and Null

    http://tippingpointmediastudios.com/javascript-tutorial-undefined-and-null/ In this fourth part of the Javascript for Beginners series, I will be covering over Undefined and Null data types, including their similarities and differences. Undefined and Null can be seen as interchangeable most of the time even though they are not exactly the same technically speaking. At their core, they represent different values,…