Skip to main content

forward

Goes forward n number of times in the browser history.

forward(n)

Parameters#

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

Returns#

  • No value

Example#

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