Skip to main content

back

Goes back n number of times in the browser history.

back(n)

Parameters#

  • n: The number of times to go back in browser history

Returns#

  • No value

Example#

back(2)# goes back 2 times, similar to pressing browser's# back button twice.