This is a fragment from the book "Professional Javascript for Web Developers 3rd edition" talking about function arguments :
"ECMAScript variables may contain two different types of data: primitive values and reference values. Reference values are objects stored in memory. "
So.. primitive values are not stored in memory? Where are they located then?
Thanks in advance!
Bruno.