Which snippet could you add to this code to print "YOU GOT THIS" to the console?
<pre><code>let cipherText = [...'YZOGUT QGMORTZ MTRHTILS'];let plainText = '';/* Missing Snippet */console.log(plainText); //Prints YOU GOT THIS</code></pre>