Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.83 KB

File metadata and controls

32 lines (26 loc) · 1.83 KB

Exercises - Events (Class 29)

Collection of exercises about JavaScript events. Open index.html as the entry point to access each exercise.

Structure

How to use

  1. Open the project in VS Code.
  2. Serve the project with Live Server (the configured port in .vscode/settings.json will be used) or open index.html directly in the browser.
  3. Navigate the exercises list from index.html.

Notes

  • The memory game uses a visual timer in #timer and dynamically generates the 30 tiles inside #tablero with the logic implemented in adivinar_main.js.
  • Testing and debugging are done directly in the browser (DevTools console).

Contributing

  • Open an issue or a pull request with improvements or fixes. Keep examples simple and consistent.