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

2 lines
74 B
JavaScript

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