HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/zaklada/html/node_modules/cover/test/format/src/test1.js
exports.run = function() {

    var abc = function() { 
        a = 4;
        return true; 
    } 

    if (0) { console.log(1); } a = 3; if (0) { console.log(3) }

    if (0) {
        console.log(1);
        console.log(2);
        if (abc()) { console.log(3); console.log(4); }
        return;
    }

    var printhello = function() {
        a = 1;
    }

    var printgoodbye = function() {
        a + 2;
    }

    // Yo yo
    printhello();

    // Hey hey
    if (false) {
        if (0) {

            console.log(1);
        }

        a = function() {
            a = 1 + 1
                + 1 + 1
                       + 1 + 1;

                b = [ 1, 2, 
                    3, 4];

                c = [
                    1,
                    2, 3,
                    4
                ];

                if (1 && 2
                    && 3 && 4) {
                        e = 2;
                }
        }

        if (0) {
            console.log(2)
        }
    }
};