fork(1) download
  1. // your code goes here
  2. let text="";
  3. for (let x=2; x<8; x++)
  4. {text=x + "<br>"}
Success #stdin #stdout 0.05s 18812KB
stdin
Standard input is empty
stdout
Standard output is empty