Zaid
06/10/2018, 12:26 PMprintln("hello")
print("world")
but it only prints hello in the chrome console.
I am confused why it shows such a behaviour , Is there any specific reason for that ?anton.bannykh
06/10/2018, 2:30 PManton.bannykh
06/10/2018, 2:31 PMZaid
06/10/2018, 5:54 PMprintln("Foo") , print("Foo\n") and print("Foo") println() works as expected.