Computer Science, asked by AryaGoswami5485, 1 year ago

Why JavaScript Data Types are Dynamic?

Answers

Answered by PiyushSinghRajput1
1

JavaScript provides different data types to hold different types of values. There are two types of data types in JavaScript. JavaScript is a dynamic type language, means you don't need to specify type of the variable because it is dynamically used by JavaScript engine.

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