JavaScript Programming Tutorial 15 - Increment, Decrement, and Assignment Operators

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


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

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

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

I love that you take the time to really explain what’s going on “behind-the-scenes” with each new concept. Thank you Caleb!

HipHop_Butter
Автор

After me struggling to understand this and some others for almost an hour, you are the one who managed to get this concept through to me, THANK you!

LuxScintilla
Автор

"DevMountain is a bootcamp for people who love pineapple on pizza as well as those who don't" 
I'm literally dead😂😂😂😂😂😂😂😂 you always got a way to promote your sponsors don't you !

rittenbrake
Автор

Brilliant. Have been reading a book which made a big deal out of this. Had a suspicion no one would use this much in practise as it is indeed hard to remember and a little confusing. Thanks for clearing this up. I'd rather take the longer route so I can see what I did if I came back to it latter.

williamsmith
Автор

You sir are a gentleman and a scholar!! I appreciate you!! you simplified this for me so much!!! :D

brandonortegon
Автор

Waz learn js and waz really confused but you explained it very well

draqaah
Автор

I do see ++x and x++ quite often in code. You said it's not important, but i would say it is. Maby not so much in js, but defnitly in languagues that are more prominently use for backend development.

jimihenrik
Автор

Question is will he ever get the expensive head phones he wants

jaa
Автор

Hi, regarding reassigning variable, if a variable is declared using let and reassigned within the nested block of code becomes a global variable?

{
let y = 10;
const x = 20;
{
y = x
console.log (x, y)
}
console.log (x, y);
}


gives me 20, 20 for both

igebaisa
Автор

666 thousand subscribers. Man that's scary

moviemaster
Автор

I finally found what is harder than math 😓

dh
Автор

Hungry for pizza but my stomach craves some coding.

eddakareseddie
visit shbcf.ru