ended3월 15일· 5 sources

Understanding Objects in JavaScript

JavaScript에서 객체(Object) 이해하기

Why it matters

This blog post explains JavaScript objects using a backpack analogy, showing how objects group related data as key-value pairs instead of using scattered variables. It covers object creation via literal syntax, storing various data types including nested objects, and accessing properties through dot and bracket notation.

5
Sources
+0
24h
Growth
182d
Active
addeventlistenerbombracket notationbrowser apiclassconstructordata typesdomdot notationes6event bubblingevent capturingevent propagationjavascriptkey-value pairslet/const/varlocalstorageobjectsoopprimitive typesscopevariableswindow object

Sources

Related Issues