fork(1) download
  1. // your code goes here
  2. let y="";
  3. for(let x=15; x<50; x++)
  4. {y+=x%2 };
  5. console.log(y)
Success #stdin #stdout 0.03s 16732KB
stdin
Standard input is empty
stdout
10101010101010101010101010101010101