mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-10 23:59:05 +08:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
|
|
var out = new Array(100000).join('x');
|
|
|
|
console.log(out);
|
|
console.error(out);
|