Bodal Pavel

Frontend developer | JavaScript | TypeScript | React.js

Bodal Pavel

Summary

I want to improve my knowledge in the field of web development and become a front-end developer.

Contacts

Skills

  • Web: HTML5, CSS3, JavaScript
  • Libraries: React
  • Version control: Git
  • Graphics: Photoshop, Figma
  • CMS: Wordpress, Opencart

Code

// rgbToHex(255, 255, 255) returns FFFFFF
const rgbToHex = (...colors) => {
    return [...colors]
        .map(color => Math.max(0, Math.min(255, color))
            .toString(16)
            .padStart(2, '0')
            .toUpperCase())
        .join('');
}

Projects

Education

Belarusian State University of Informatics and Radioelectronics

Courses

English