Files
30-seconds-of-code/test/currentURL/currentURL.js
2018-08-02 13:32:50 +03:00

3 lines
76 B
JavaScript

const currentURL = () => window.location.href;
module.exports = currentURL;