0 / 60 seg.

Which snippet could you add to this code to print "YOU GOT THIS" to the console?

let cipherText = [...'YZOGUT QGMORTZ MTRHTILS'];
let plainText = '';
/* Missing Snippet */
console.log(plainText); //Prints YOU GOT THIS