rsschool-cv

Kristina Kuznetsova

junior frontend developer

My contact info

About me

My conviction is that my work must bring value and positive experiences to people. To me, front-end development is not merely a profession to acquire, but rather the initial phase in developing my own products that will serve users well.

My strengths:

Skills

Code example

function reverseInt(num) {
    const reversed = num.toString().split('').reverse().join('');
    return reversed;
}
console.log(reverseInt(123));

Education

Languages