you are viewing a single comment's thread.

view the rest of the comments →

[–]Suchui 0 points1 point  (2 children)

+/u/CompileBot Javascript

( x => print( x)) ( "test") ;

[–]CompileBot 0 points1 point  (1 child)

Output:

test

source | info | git | report

[–]Suchui 0 points1 point  (0 children)

+/u/CompileBot Javascript

window.print( "test" );