Reconfigure a Replica Set with Unavailable majority of members

The instruction https://www.mongodb.com/docs/manual/tutorial/reconfigure-replica-set-with-unavailable-members/ states that if majority of members of a replica set are unavailable, you just need to remove them from this replica set. I tested the option of setting votes=0 for unreachable nodes - and it worked! Is this option similar to what is given in the documentation, or does it have any problems?