Question:Write about interpreted and loosely typed language according to JavaScript?
Answer
An Interpreted Language: The process involves by browser parsing (interpreting) the JavaScript code and then creating an equivalent machine language and execute the interpreted code.
Loosely typed language: The language that does not require to specify the datatype (int, float, boolean, string etc.) before declaring variables.
+ Report
Write about interpreted and loosely typed language according to JavaScript?