4 lines
54 B
JavaScript
4 lines
54 B
JavaScript
|
|
console.log(
|
||
|
|
range(0, 10).reverse().join('\n')
|
||
|
|
);
|