-8
var a = 0;
var c = 3;

function myFunction(b) {
    a = a | b;
    return (a == c);
}

今日これを見ました。「a = a | b」は何をしますか?

4

1 に答える 1