#7 JavaScript Type conversion | JavaScript for Beginners

preview_player
Показать описание
Type conversion is the process of converting data of one type to another.

In today's video, we will learn about type conversion in JavaScript. We will learn to convert one data type to another with many examples. Watch the video to have a clear concept.
~

Timestamps:
00:15 Type Conversions
08:34 JavaScript Explicit Conversion
09:14 Explicit Numeric Conversion
10:55 Convert to String Explicitly
13:35 Programiz Quiz

Find Programiz elsewhere:

---------------------------------------------------

#7 JavaScript Type conversion | JavaScript for Beginners

#javascript #typeconversion #programiz #learnprogramming
Рекомендации по теме
Комментарии
Автор

Video Quiz:

Q. What is the output of the following code?





console.log('5' - 3);



1. 2

2. 53

3. Error

4. NaN

programizstudios
Автор

I am a newbie in javascript and discovering your channel assures me that I am going to enjoy Javascript finally. thank you Punit, for these fantastic outlined tutorials. Bless

florencemensah
Автор

thank you sir, I've been learning a lot by details from your channel. keep it up. I do not skip ads, hope this will help your channel grow. continue with what you are doing. it really helps people like me who want to learn to code👍👍👏😂 starting from scratch. from philippines.

strider_hiryu
Автор

Code = console.log("5"-3);

Problem:
console.log(typeof(?) //what will we type in round brackets in order to find typeof above..???

clarkkent
Автор

feedback - i retracted my like because you didnt explain why '4' + true is 4true. i guess the reason might be a hierary related stuff with string being greater than boolean, but its just a guess.

vegeta