JavaScript Variables and Functions - Learn JavaScript Basics Tutorial (Part 5)

preview_player
Показать описание
Learn how to use variables and functions in JavaScript. In this video, we cover topics such as updating variables, assigning a copy vs. a reference to a variable, parameters and arguments, local vs. global scope, and more.
Рекомендации по теме
Комментарии
Автор

how are you working with note and the console to getter

abubakarosman
Автор

Great. I think lacked explanation of how to perform the copy of array and objects.

fenhirbr
Автор

Why did array changed when copying while the string did not?

MrPirates