JavaScript Variables: The Ultimate Guide

preview_player
Показать описание
🧠 Do you like to get to the bottom of things? This video is a complete and in-depth guide to variables in JavaScript, warts and all! I don't shy away from advanced concepts to talk about primitives, reference types (objects), pass by value, scoping and the dynamic nature of JavaScript. Languagehacker++
Рекомендации по теме
Комментарии
Автор

Invaluable lessons compacted into 1 video. Impressive ! Thank you.

wongpakchung
Автор

I just found your channel. It is one of the best I've seen for learning programming! Thank you!

andybourgeoisinfo
Автор

Hello Bran. Love your videos!!! I have one question about this one. Your examples of a.keys() and a.values() does not work for me. Should it be Object.keys(a) and Object.values(a)? Or is there something I'm missing?

JordanSzymczyk