Posts Tagged "Javascript"


So for chapter 4 there is quite a bit to cover.
Here’s what I’m learning:

PRIMITIVE AND REFERENCE VARIABLES

Primitives variables hold a single piece of data… Reference variables carry multiple pieces of data
Primitive reference values are that are referenced from new variable locations differently.  When referencing a primitive variable a new instance of the variable is copied to the new variable. Consider the following:

Read More