Podcast
Questions and Answers
What type of data is fetched from titleUrl?
What type of data is fetched from titleUrl?
What does the condition 'if (userBadgeArr.length === 0)' check?
What does the condition 'if (userBadgeArr.length === 0)' check?
What does 'innerCard.innerHTML += This user hasn't earned a badge yet
' indicate?
What does 'innerCard.innerHTML += This user hasn't earned a badge yet
' indicate?
What type of data is fetched from kudosCountUrlID?
What type of data is fetched from kudosCountUrlID?
Signup and view all the answers
'let imgWrapper = document.createElement('div'); imgWrapper.className = 'hc-img-section'; innerCard.appendChild(imgWrapper);' serves what purpose?
'let imgWrapper = document.createElement('div'); imgWrapper.className = 'hc-img-section'; innerCard.appendChild(imgWrapper);' serves what purpose?
Signup and view all the answers