What is the value of y?swiftlet x = ['1', '2'].dropFirst()let y = x[0]

🎲 Try a Random Question  |  Total Questions in Quiz: 69  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Swift Programming Quiz — practice the complete quiz, review flashcards, or try a random question.

Swift Programming  MCQs For LinkedIn Skill Assessments.


What is the value of y?<br>swift<br>let x = ['1', '2'].dropFirst()<br>let y = x[0]<br>