fork(1) download
  1. // your code goes here
  2. let y="";
  3. for(let x=15; x>0; x--)
  4. {y+=x+2 +"\n" };
  5. console.log(y)
Success #stdin #stdout 0.02s 16820KB
stdin
Standard input is empty
stdout
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3