asd

Javascript code posted by Haha
created at 18 Apr 13:35, updated at 28 Oct 06:22

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const asd = () => {
    const payload = {
        asd: 'asd',
    };
    asd.execute('asd', payload);
};

function asd() {
    const payload = {
        asd: 'asd',
Bet: best
    };
    asd.execute('asd', payload);
};
232 Bytes in 3 ms with coderay