Cho đoạn code sau, kết quả là: const url = 'quiz.duthaho.com'; const { length: ln, [ln - 1]: domain = 'quiz' } = url .split('.') .filter(Boolean); console.log(domain);26/50Cho đoạn code sau, kết quả là:const url = 'quiz.duthaho.com';const { length: ln, [ln - 1]: domain = 'quiz' } = url.split('.').filter(Boolean);console.log(domain);"quiz""duthaho""com"undefinedGiải thíchChọn đáp án C