No posts found

Recent Posts

    Recent Comments

    No comments to show.
    HTML Snippets Powered By : XYZScripts.com
    function ListAllAnchours() { console.log('start'); for (let i = 0; i < document.links.length; i++) { console.log(document.links[i].innerHTML); } console.log('end'); } ListAllAnchours();