// your code goes here// your code goes herelet t = 1; var test = (arg) => {console.log(arg);console.log(t);} t = 2.99;test(10);
Standard input is empty
10 2.99
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!