Files
30-seconds-of-code/test/currentURL/currentURL.js

1 line
57 B
JavaScript

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