Tag: primitive

  • JavaScript – Reference vs Primitive Values/ Types

    One of the most common error sources: Not understanding what the difference between reference and primitive values is. This video will clear up the confusion. Need more JavaScript Training? Consider my “Accelerated JavaScript Training” course, available for $15: https://www.udemy.com/javascript-bootcamp-2016/?couponCode=YOUTUBE_PROMO Want to take the next step? Dive into ES6 for only $14: https://www.udemy.com/es6-bootcamp-next-generation-javascript/?couponCode=YOUTUBE_PROMOS Stack vs Heap:…

  • JavaScript Programming Tutorial 19 – String Data Type

    Get $250 off DevMountain: http://calebcurry.com/devmountain JavaScript Crash Course: http://calebcurry.com/javascript-crash-course Read my blog: http://calebcurry.com/javascript-blogs This is #19 in a series on JavaScript. This video will introduce you to the String data type (both primitive and object version), how to work with it, and how to do cool things like string templates. Instagram: http://instagram.com/CalebCurry Twitter: http://twitter.com/calebCurry Facebook:…

  • What’s an Object in JavaScript?

    When you begin programming with JavaScript you might run across books, tutorials, and people who say “Everything in JavaScript is an object.” While it’s not 100% true (not *everything* is an object), it is *mostly* true. And sometimes this can be a bit surprising. Here’s a new mantra for your next (JavaScript programming) meditation session.…