Please enable JavaScript to use CodeHS

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

Description

En esta lección, los estudiantes aprenderán cómo imprimir mensajes en la consola utilizando el comando JavaScript println.

Objective

Students will be able to:

  • Write a JavaScript program by typing commands with proper syntax in the start function
  • Write a program that prints out a message to the user
Description

En esta lección, los estudiantes aprenden cómo asignar valores a variables, manipular esos valores variables y usarlos en las declaraciones del programa. Esta es la lección introductoria sobre cómo los datos se pueden almacenar en variables.

Objective

Students will be able to…

  • Explain what variables are and what they are used for
  • Create their own variables
  • Print out the values stored in variables
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
Description

En esta lección, los estudiantes aprenden sobre los diferentes operadores matemáticos que pueden usar para realizar cálculos matemáticos y crear programas útiles que calculen información para el usuario.

Objective

Students will be able to…

  • Describe the different mathematical operators we can use in programs
  • Create programs that use basic math to compute useful things
  • Create programs that take in user input, do simple computations with the input, and produce useful output
Description

En esta lección, los estudiantes aprenderán los conceptos básicos de crear objetos gráficos. La creación gráfica se basa en establecer el tipo, la forma, el tamaño, la posición y el color en el lienzo del artista antes de agregar a la pantalla. Usando los conceptos geométricos y el concepto de `getWidth ()` y `getheight ()`, se pueden crear múltiples objetos gráficos en JavaScript.

Objective

Students will be able to…

  • Create graphical JavaScript programs that draw shapes on the canvas
  • Locate points on the graphics canvas using (x, y) coordinates
Description

En esta lección, los estudiantes revisan el contenido con un quiz de la unidad de 25 preguntas.

Objective

Students will be able to:

  • Prove their knowledge of basic coding concepts through a multiple choice quiz