JavaScript for Beginners #43 Introduction to Objects in JavaScript

  Рет қаралды 534

GreeneMath.com

GreeneMath.com

Күн бұрын

Пікірлер: 4
@laponiec
@laponiec 3 жыл бұрын
Would it be possible to nest the object e.g. Object = {vehicle:car, insuranceStatus:insurance} where car = {make: "Honda", colour:"Blue"} etc. Would that be a good or a rather bad practice?
@Greenemath
@Greenemath 3 жыл бұрын
We will get to nested objects pretty soon. To answer your question, the value for a property can be a variable that is also an object. const car = { make: "Honda", color: "Blue" } const obj = { vehicle: car, insuranceStatus: true } console.log(obj.vehicle); {make: "Honda", color: "Blue"} Is it a good practice? The answer is always it depends on the situation. If you are new, I would say just make things work, later on you can worry about speed and optimization.
@laponiec
@laponiec 3 жыл бұрын
@@Greenemath I see, iterating through these objects could be quiet problematic.
@Greenemath
@Greenemath 3 жыл бұрын
​@@laponiec It won't be too bad. We just aren't there yet. We have for in loops and Maps, we just haven't gotten there just yet.
JavaScript for Beginners #44 Objects Dot Notation vs Bracket Notation
17:20
Inheritance in JavaScript - Prototypal Inheritance tutorial
20:06
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 282 МЛН
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 37 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 29 МЛН
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 485 М.
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 93 М.
JavaScript Promises  -- Tutorial for Beginners
37:05
ColorCode
Рет қаралды 130 М.
If statements in JavaScript are easy 🤔
15:58
Bro Code
Рет қаралды 41 М.
8 Must Know JavaScript Array Methods
10:05
Web Dev Simplified
Рет қаралды 1 МЛН
JavaScript FUNCTIONS are easy! 📞
12:14
Bro Code
Рет қаралды 43 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,2 МЛН
Writing Code That Runs FAST on a GPU
15:32
Low Level
Рет қаралды 565 М.
JavaScript Crash Course For Beginners
1:40:30
Traversy Media
Рет қаралды 4 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 282 МЛН