A simpler way of explaining Pass by value and Pass by reference in javascript
Introduction:
Before diving into javascript pass-by-value or pass-by-reference functions, it is important to understand the primitive values and non-primitive values.
Primitive Values - Data types that are known as primitive values in javascript are,...
sandiphalder.hashnode.dev3 min read