let x = Array(2 ** 30).fill(1);
throw JSON.stringify(x);
View all comments