JSFiddle - React, Tailwind, and code Playground
by fguillen
HTML
<a href="http://jsfiddle.net/fguillen/72gQ2/10/embedded/result/#1">step 1</a>
<a href="http://jsfiddle.net/fguillen/72gQ2/10/embedded/result/#2">step 2</a>
<a href="http://jsfiddle.net/fguillen/72gQ2/10/embedded/result/#3">step 3</a>
<a href="http://jsfiddle.net/fguillen/72gQ2/10/embedded/result/#4">goto 1</a>
pepe
JavaScript
var historyLength = window.history.length;
console.log("history size:" + historyLength);
window.history.go(-historyLength);