You are on page 1of 1

<script>

const collection = document.getElementsByClassName("kuTaGy");


collection[0].addEventListener('click', printThis);

console.log('COLECTION', collection)

function printThis(){

window.print()

</script>

You might also like