Objects, part 2: Beau teaches JavaScript

preview_player
Показать описание
Learn about objects in JavaScript. This video covers using objects for lookups, removing properties using delete, testing for properties, accessing and modifying nested objects, and creating an array of all object keys.

⭐JavaScript Playlists⭐

-
We're busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our open source community.

Рекомендации по теме
Комментарии
Автор

why do you use string literals for the property names?
Why use { x: "hello" } instead of { "x": "hello" } ?

aradipatrik