As you can see there are some instructions that do that same thing,
that's correct, they even are assembled into the same machine code, so
it's good to remember that when you compile JE instruction - you will get
it disassembled as: JZ.
Different names are used to make programs easier to understand
and code.