Photo of Mavlon Turgunov

Mavlon Turgunov

About Me

I am a frontend developer in training with strong knowledge of JavaScript, HTML, and CSS. Currently, I am improving my skills in React and TypeScript while preparing for a career in tech. My long-term goal is to work at a leading company like Google and contribute to building innovative products.

Skills

Code Example


function duplicateCount(text) {
  const lower = text.toLowerCase();
  const counts = {};
  for (let i of lower) {
    counts[i] = (counts[i] || 0) + 1;
  }

  let result = 0;
  for (let key in counts) {
    if (counts[key] > 1) {
      result++;
    }
  }
  return result;
}
  

Work Experience

Education

Westminster International University in Tashkent (2020 – 2025)

Language

English – B2 (currently improving, aiming for IELTS certification)

Contacts