>> in javasxipt code example Example: javascript xor //make an xor condition in javascript if ((a && !b) || (!a && b)) { }