Please enable JavaScript to use CodeHS

Intro to Programming with Karel the Dog (Español)

Description
  • Una condición es una función que devuelve una respuesta true/false.
  • JavaScript utiliza declaraciones if como forma de tomar decisiones y ejecutar código específico. Las declaraciones if son útiles para escribir código que pueda utilizarse en distintas situaciones.
Objective

Students will be able to…
* Use conditions to gather information about Karel’s world (is the front clear, is Karel facing north, etc)
* Create if statements to only execute code if a certain condition is true

Description

Las declaraciones if y if/else permiten a Karel manejar distintos tipos de mundos y nos permiten resolver problemas más generales.

Objective

Students will be able to understand when to execute code if a condition is true or otherwise