Variables and Types in Javascript - Web Basics - Theory

preview_player
Показать описание
What are the primitive types and structure types in Javascript? What is the difference between variables stored by value vs. ones stored by type? How do you work with arrays and objects? All this and more in this video!

#JavaScript #ComputerProgrammer #SoftwareEngineer #Variables #TypeScript #JavaScriptTutorial #TypeScriptTutorial #JavaScriptTutorials #WebDevelopment #JS #jstips #programming #variables #array #object #function #string #number #boolean
Рекомендации по теме
Комментарии
Автор

Keep up good work! Nice overview of variables. It's funny about null as an object 🙂

oleksandr.mieliekh
Автор

Good overall, but not enough info about functions, say the "old" way they could be defined: function a() {} etc.

OleksandrMieliekh