Please enable JavaScript to use CodeHS

Diseño de videojuegos en JavaScript

Lesson 14.1 Introducción a los objetos

Description

En esta lección, los estudiantes aprenderán a crear objetos y almacenar pares de datos clave/valor.


Objective

Students will be able to…

  • Understand what objects are and how they store data.
  • Understand the difference between an object’s key and value.
  • Create an empty object and assign it a key/value pair.