Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en JavaScript

Lesson 5.8 Desafíos Básicos de JavaScript y Gráficos

Description

¡Use tu conocimiento de JavaScript básico para crear algunos programas divertidos! Los estudiantes crearán sus propios dibujos fantasmas de Pac-Man, un juego de adivinanzas y un dibujo de su propia elección. Esto permitirá a los estudiantes ser creativos con su código para mostrar lo que han aprendido.


Objective

Students will be able to…

  • Synthesize the skills and concepts from the JavaScript and Graphics, JavaScript Control Structures, and the Functions and Parameters units to solve increasingly difficult programming challenges
  • Break down a large problem into smaller parts using Top Down Design, and solve each of these smaller parts using functions
  • Create helpful comments with preconditions and postconditions to help the reader understand the code
  • Find and fix bugs in large programs