We will explore the concepts of Pass by Value, Pass by Reference.
Before moving on to the concepts , let’s revise basics of primitive type and non primitive types.
Basically, we’ve all come across things like numbers, strings, booleans, objects, arr...