What WHAT will the following code print to the console? ====…

What WHAT will the following code print to the console? ============================================ let helloWorld = “Hello, world!” let helloPlayground = “Hello, playground!” let goodbyePlayground = “Goodbye, playground!”  print(“Testing, testing, 1-2-3”)