How to get current URL in Javascript?
javascript get current url
var currentUrl = window.location.href;
javascript get current url
let location = window.location.href;
var currentUrl = window.location.href;
let location = window.location.href;
In this page (written and validated by A. Gawali) you learned about . What's Next? If you are interested in completing Javascript tutorial, we encourage you simply to start here: Javascript Tutorial.
Share On: |