Anna Vi
About me
I was learning JavaScript and Python for 4 months on Udemy before I knew about The RS school. Teaching program, tasks and a lot of practice were impressed me. I expect to make many interesting projects during this course.
My skills
- HTML (in progress)
- CSS (in progress)
- JavaScript (in progress)
- React (in progress)
- Node.js (basics)
- Python (basics)
Code
function buttonAnimation(currentKey) {
var activeButton = document.querySelector("." + currentKey);
activeButton.classList.add("pressed");
setTimeout(function(){
activeButton.classList.remove("pressed");
}, 100);
Courses
Web Development Bootcamp (Udemy)
100 Days of Code of Python (Udemy)
JS/FE Pre-School 2022 (RS School)
Contacts
- nibiruru@yandex.ru
- anni#1355