Files
30-seconds-of-code/test/currentURL/currentURL.js
2018-02-04 17:38:39 +02:00

2 lines
75 B
JavaScript

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