JavaScript type conversion | JavaScript Quiz 2022

Pubblicato il: 27 settembre 2022
sul canale di: JavaScript for Humans
32
3

JavaScript is a dynamically typed language: we don't specify what types certain variables are.

Values can automatically be converted into another type without you knowing, which is called implicit type coercion. Coercion is converting from one type into another.

In this example, JavaScript converts the number 1 into a string, in order for the function to make sense and return a value.

During the addition of a numeric type (1) and a string type ('2'), the number is treated as a string. We can concatenate strings like "Hello" + "World", so what's happening here is "1" + "2" which returns "12".

Follow @dev.bherulal if you want to be not just a developer but a better developer.👨🏻‍💻

#html #css #css3 #javascript #javascriptdeveloper #reactjs #frontenddeveloper #webdeveloper #webdesigners #100daysofcode #jsdeveloper #iambherulal #frontendmentor #coding #codinglife #freecodecamp #vscode #codingbootcamp #seo #wordpress #php #wordpressdeveloper


In questa pagina del sito puoi guardare il video online JavaScript type conversion | JavaScript Quiz 2022 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato JavaScript for Humans 27 settembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 32 volte e gli è piaciuto 3 spettatori. Buona visione!