Please enable JavaScript to use CodeHS

Introducción a la Informática en JavaScript (Golden) (2022)

Lesson 3.3 Entrada del usuario

Description

En esta lección, los estudiantes aprenden cómo pueden permitir a los usuarios ingresar información en sus programas y usar esa entrada en consecuencia.


Objective

Students will be able to…

  • Create programs that ask the user for input
  • Store user input in variables and print it back to the user
  • Choose the proper input function to use depending on the type of information needed