Computer Science, asked by hentrypjose17, 5 months ago

is reference datatype and relayive datatype are same​

Answers

Answered by kavithks
1

Answer:

In javascript the Primitive values are data that are stored on the stack . Primitive value is stored directly in the location that the variable accesses. And the Reference values are objects that are stored in the heap . ... JavaScript supports five primitive data types: number, string, Boolean, undefined, and null .

Explanation:

Similar questions