fix stringify array

This commit is contained in:
2022-11-15 11:51:09 +01:00
parent e53679ff26
commit 3203d45048
2 changed files with 7 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ export default defineComponent({
const code = `
'Hello World!';
new Array(10).fill(0).map((_, i) => '#'.repeat(i+1));
2n ** 42n;
for (let i = 0; i < 42; ++i) {