rsschool-cv

Kamal Sagderov

📍 Contact Information


🧑‍💻 About Me

I am a Frontend Developer (beginner) focused on modern web technologies.

I have strong knowledge of HTML and CSS and continue improving my JavaScript and React skills. I enjoy building user interfaces, working with layouts, and understanding how web applications work.

My goal is to become a professional software engineer and work in a strong development team.


🛠️ Skills


💻 Code Example

```javascript function multiply(a, b) { return a * b; }