JS A || b
"foo" || "bar"; // returns "foo"
false || "bar"; // returns "bar"
bo zhao
"foo" || "bar"; // returns "foo"
false || "bar"; // returns "bar"