JavaScript pass by value vs pass by reference
The behavior of how JavaScript assigns values to variables is confusing for new developers.
This is because JavaScript passes values to variables by value or reference.
In this article, I attempt to help new developers understand this in the simplest...
blog.charlesavoaja.tech4 min read