Question from the Javascript - Fundamentals test

Archived

What does the following code display?

let data = ['1', '85', '05', '78', '006', '084','36']; 
const [... vitalCard] = data; 
data = ['gender', 'year','month','depart','city','civil','key'];
console.log(month\n); 
console.log(1\n); 
console.log(vitalCard\n); 
Author: KahinaStatus: Archived(New question!)Question passed 25 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!