const url = document.getElementById('url'); const copy_link = document.getElementById('copy_link'); const outls = document.getElementById('outls'); const shorten_btn = document.getElementById('shorten_btn'); copy_link.onclick = ()=>{ navigator.clipboard.writeText(url.value); }; function add_url_to_table({url,shorten,created}) { /* { add_url_to_table(element); }); shorten_btn.onclick = function(){ add_url(); }