JavaScript is loosely typed. You don't have to tell a string to be a string, and you don't need to require a function to accept an integer as its argument. This provides great flexibility for JavaScript.
https://www.tech-wiki.online/en/loosely-strongly-typed.html
Loosely typed and strongly typed languages
The main difference between using loosely typed languages and strongly typed languages In programming, we call it a languageLoose typeWhen you don't have to explicitly specify the types of variables and objects. A kindStrongly typedInstead, the language mu
www.tech-wiki.online
'Programming > JavaScript' 카테고리의 다른 글
Difference Between == and === in JavaScript (0) | 2022.03.08 |
---|---|
JavaScript treats variables that are undefined as false. (0) | 2022.03.08 |
Arrays (0) | 2022.03.08 |
typeof (0) | 2022.03.08 |
The plus sign (+) does double duty (0) | 2022.03.07 |