Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Last active February 20, 2023 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YonatanKra/a47bcc5f3021da4f55a8500000214d90 to your computer and use it in GitHub Desktop.
Save YonatanKra/a47bcc5f3021da4f55a8500000214d90 to your computer and use it in GitHub Desktop.
function addNextQuestion(question) {
const cardContent = generateCardContent(question);
card.innerHTML = cardContent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment