JavaScript has two types of data types: primitive (number, strings, boolean, bigint, null, undefined) stored in stack memory, and non-primitive (array, objects, function, symbols) stored in heap memory. JavaScript is a synchronous language. Variables are managed in stack memory when they are created.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views1 page
There Are Two Type of Java Script.
JavaScript has two types of data types: primitive (number, strings, boolean, bigint, null, undefined) stored in stack memory, and non-primitive (array, objects, function, symbols) stored in heap memory. JavaScript is a synchronous language. Variables are managed in stack memory when they are created.