DEV Community

Discussion on: 10 JavaScript concepts you need to know for interviews

Collapse
 
arnavaggarwal profile image
arnav-aggarwal • Edited

I don't think most JS developers that are reading this article don't know the concept of true pass by reference as it's used in other programming languages. That's why I think the wording I use is sufficient to get the point across that the reference is being copied instead of the object being copied, even though it is technically by value. Thanks for the suggestion!

Collapse
 
craser profile image
Chris Raser

I see you updated the wording, and yes, it's now much clearer. Awesome! Thanks!