Assigning the Value of One Variable to Another - Basic JavaScript - Free Code Camp

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

Assigning the Value of One Variable to Another, Basic JavaScript
Рекомендации по теме
Комментарии
Автор

Thank you Mr. Ian for the extra added help console.log(b, "<= b initially");

b = a;

console.log(b, "<= b secondary");

zken
Автор

thanks brother, you really helped me on my microverse lesson and i was stuck on this assigning the value of one variable to another . thank you

nqobile_zw
Автор

Thank you for this! i was coffee deprived stuck on that page. you explained it really well!

ellielaws
Автор

no way! I had everything right but I had the a variable in front of the b variable, which made my code incorrect! thanks for the help.

djoshy
Автор

Hey. Welcome back. Where have you been?

thecraziestbee