What is copy by value and copy by reference?
Jun 12, 2022 · 1 min read · Before going to details about copy by value and copy by reference first, we need to know about Primitive datatype and non-primitive data type What is a Primitive data type? Primitive data types are : -Number -Boolean -Undefined -String -Null The non...
DSDiseyi and 1 more commented