Question for you, Sir_Skurpsalot, Did you do the echo part of the tutorials on this page ? I'm typing in the code as written, into the console, but am not getting the intended result. The code is just: echo("Hello World", 3); The result should be: Hello World3 Instead, I get: 33 Not sure what's goi...