MAMegha Agrawalinjavascriptpass-by-value-vs-by-reference.hashnode.dev·Feb 9, 2025 · 2 min readJavaScript: Pass by Value vs Pass by ReferenceJavaScript handles primitive and non-primitive data types differently when passing them to functions. It uses pass by value for primitives and pass by reference for objects. Pass by Value (Primitive Data Types) When you pass a primitive value (e.g., ...00
MAMegha Agrawalindecoding-tech-jargon.hashnode.dev·Jan 12, 2025 · 8 min readDecode Tech JargonIn computers we have so many tech jargon’s . In this article I will try to explain and associate it with some real life in order to understand the basics. Protocol : A protocol is essentially a set of rules or standards that dictate how data is trans...00