What is JavaScript Autoboxing

This article explores JavaScript Autoboxing and is part of our byte sized tutorials. Let’s start by looking at this simple code snippet We know that a string in JavaScript is a primitive type (that is, it has no methods or properties), but here is looks like that the variable myString is an object with a […]