JavaScript Programming Tutorial 16 - parseInt and parseFloat Methods

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

This helped so much. I was trying to create a calculator from scratch, but forgot that adding 2 variables whose values are prompts equal a string. I was about to tear my computer to shreds when I found this. It saved me.

lucas_lb_cube
Автор

"My dog was like barfing over there" bahahahah killed mee 😂😂

mattfinlay
Автор

Hope i understand, parseInt changes the data type of a variable?

Eduardo_Espinoza
Автор

LIGHT THEME! MADMAN!
thanks for the info! just found out about parseInt and this helped me understand it a lot. ty ty

filipemarques
Автор

3:52 the Subscribe graphics are creative !!!

rittenbrake
Автор

parseInt() automatically converts whatever string to a number. you could have done the same thing simpler by "console.log(x + parseInt(y))".

Prodt
Автор

Loved the video keep up the good work! :))

Nick-tejg
Автор

thank yoou soo much for your database videos <3

OnellaDMusic
Автор

Which program do you use on this video?

simonageorgieva
Автор

What is this color theme you are using in VS Code?
It looks very easy to read, I would like to try it.

brucewernick
Автор

10 + "10" = 1010
10 + +"10" = 20

broccool
Автор

If you do
let x = 5
let y = 10
Then do x+y
It comes 15 DONT put “ and it will work fine

AnimePal-Z