Skip to content

Instantly share code, notes, and snippets.

@heitoralthmann
Created November 20, 2018 11:30
Show Gist options
  • Save heitoralthmann/51cc3dfbeed76742074fbe222cf79582 to your computer and use it in GitHub Desktop.
Save heitoralthmann/51cc3dfbeed76742074fbe222cf79582 to your computer and use it in GitHub Desktop.
Exercícios para Carlens
  1. O que é/faz window.onload?
  2. O que é um canvas?
  3. Estudar documentação de document.createElement
  4. Estudar documentação de document.body.appendChild
  5. Estudar HTMLCanvasElement.getContext()
  6. Estudar CanvasRenderingContext2D.clearRect()
  7. Estudar CanvasRenderingContext2D.fillStyle
  8. Estudar CanvasRenderingContext2D.fillRect()
  9. Estudar setTimeout();
@heitoralthmann
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment