Answers for "how to convert int type to string in ts"

0

typescript convert numer to string

window.location.hash = ""+page_number; 
window.location.hash = String(page_number);
Posted by: Guest on May-05-2021

Code answers related to "how to convert int type to string in ts"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language