Skip to content

Instantly share code, notes, and snippets.

@chalkpe
Last active September 8, 2020 18:38
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 chalkpe/c80e142ddeccf6a372d386a3a22921d1 to your computer and use it in GitHub Desktop.
Save chalkpe/c80e142ddeccf6a372d386a3a22921d1 to your computer and use it in GitHub Desktop.
arrQuizDetail.questions.map(q => new DOMParser().parseFromString(q.options.find(o =>
o.questionOptionId === q.chQuestionOptionId).content, 'text/html').body.textContent.trim())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment