Computer Science, asked by chuky3300, 1 year ago

What are JavaScript data types and data structures?

Answers

Answered by PiyushSinghRajput1
1

A primitive (primitive value, primitive data type) is data that is not an object and has no methods. In JavaScript, there are 6 primitive data types: string, number, boolean, null, undefined, symbol (new in ECMAScript 2015).

Answered by DynamicPlayer
1

____ ⤵️⤵️Your Answer Is ⤵️⤵️_____

To write a JavaScript, you need a web browser and either a text editor or an HTML editor. Once you have the software in place, you can begin writing JavaScript code. To add JavaScript code to an HTML file, create or open an HTML file with your text/HTML editor.

Similar questions