SyntaxFix
Write A Post
Hire A Developer
Questions
window.location.hash is a string, so do this:
string
var page_number: number = 3; window.location.hash = String(page_number);