Can you talk Gen Z? Our totally dank quiz is here to help you find out
Gen Z Slang Challenge
Think you can talk the talk? Let’s find out. Pick the right meanings for these Gen Z slang words and phrases. No cap.
for (var question in answers) { var options = document.getElementsByName(question); for (var i = 0; i < options.length; i++) { if (options[i].checked && options[i].value === answers[question]) { score++; } } } var resultText = ""; if (score === 10) { resultText = " Slay! You’re basically Gen Z royalty. ✨"; } else if (score >= 7) { resultText = " Not bad, bestie. You’re vibing with the youth. "; } else if (score >= 4) { resultText = " Mid. You’ve heard some of these in the wild, but you’ve got homework. "; } else { resultText = " You’re giving ‘boomer energy’. Time to touch grass. "; }
document.getElementById("quizResult").innerHTML = "
You scored " + score + "/10!
" + resultText + "
"; }