4 lines
49 B
JavaScript
4 lines
49 B
JavaScript
const x = (async () => {
|
|
return 21 + 21;
|
|
})();
|
const x = (async () => {
|
|
return 21 + 21;
|
|
})();
|