Artem
BANDEROV
Junior Frontend Developer
Button click handler on JS
function myFunction02() { var input = document.createElement("textarea"); input.value = document.getElementById('btn02').innerText; input.id = 'inputID'; document.body.appendChild(input); input.select(); document.execCommand('copy'); document.body.removeChild(input); document.getElementById('btn02').textContent = "Copied!"; setTimeout(timerFunction, 400); function timerFunction() { document.getElementById('btn02').textContent = "Kazan"; }}
I work as a system administrator
at the Pension Fund
of the Russian Federation.
I want to learn HTML, CSS, Java Script and Git
and become a Frontend-developer.
I hope the courses at RSSchool
help me with this. I also want to find a job
in the specialty Frontend developer.