How to declare variables in 5 different #programminglanguages

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

Рекомендации по теме
Комментарии
Автор

Yes in js you could say that const also is a variable because if you load something from an API endpoint and store it in a const ist dynamicly ist just not changable after declaration.

dustsucker
Автор

Just commenting so more people see this, gl man

astro
Автор

Is there a difference between var and let?

grn-xx
Автор

Nice video, but you got some things wrong:
1. In most languages, by convention, you use lowerCamelCase for variable names. Only in Python you should use snake_case.
2. In JS you use let and const for declaring a variable. var is just a legacy feature that should be avoided in modern code.

floskater
join shbcf.ru