User bio
404 bio not found
McAlester, OK
Member since Mar 20, 2024
Replies:

exactly, but that was not clear until I hit this. I assumed "return" meant stop processing the rest of the line. Sort of like this in Javascript, I just assumed returned meant to return, not continue...

// a = b && c = d
function foo(a, b, c, d) {
    let res = a === b ? 1 : 0; // a = b
    if (res === 0) { // left side of &&
        return res // return left side
    }
    res = c // res && c
    res = res === d ? 1 : 0 // res = d
    return res
}
Certifications & Credly badges:
Anthony has no Certifications & Credly badges yet.
Global Masters badges:
Anthony has no Global Masters badges yet.
Followers:
Anthony has no followers yet.
Following:
Anthony has not followed anybody yet.