mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
2 lines
71 B
JavaScript
2 lines
71 B
JavaScript
|
console.log(JSON.stringify({ a: 1 }), JSON.stringify({ a: 2, b: 3 }));
|