• kubica@fedia.io
    link
    fedilink
    arrow-up
    13
    ·
    3 hours ago

    This is what peak performance looks like:

    console.log("before dothething");
    let r = dothething();
    console.log("after dothething");
    console.log(r);