2023-05-20 23:14:59 +02:00

3 lines
49 B
JavaScript

export const b = ()=>'batman';
console.log(b());