What is the purpose of fadeToggle() method in JQuery?

What is the purpose of fadeToggle() method in JQuery?

The fadeToggle() method toggles between the fadeIn() and fadeOut() methods.

If the elements are faded out, fadeToggle() will fade them in.

If the elements are faded in, fadeToggle() will fade them out.

See example