Call by reference in JS
In this article, I will explain and demonstrate how call by reference works in JS.
Definition
Let's follow these lines
"All the objects either formed by literal or by constructors uses call by reference but the primitive datatypes when initialized u...
ducklogic.hashnode.dev3 min read