h5bp.github.io icon indicating copy to clipboard operation
h5bp.github.io copied to clipboard

Add GitHub repo and homepage links to project cards (fixes #37)

Open Copilot opened this issue 5 months ago • 2 comments

  • [x] Add GitHub repo and homepage links to project cards (fixes #37)
  • [x] Convert template blocks to use ES template literals
  • [x] Convert all variables to use const and let instead of var
  • [x] Convert remaining function expressions to arrow functions
  • [x] Replace string concatenation with template literals in html5prettyDate
  • [x] Update external script loader to use arrow functions

All code now uses modern ES6+ syntax throughout:

  • ✅ Template literals with backticks for all string templates
  • const and let declarations instead of var
  • ✅ Arrow functions for callbacks and anonymous functions
  • ✅ Consistent modern JavaScript patterns

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot avatar Sep 12 '25 01:09 Copilot