- Kravhcenko Artem
- GitHub: github.com/MrHyde26
Telegram: https://t.me/MrHyde26
E-mail: drta26@gmail.com
- Hi! I am Artem Kravchenko.
I born and live in Kharkiv, Ukraine. Specialist with significant data entry experience striving to contribute to the success of the team through hard work. Motivated to learn, grow, always open to new experiences and technologies.
- Skills: HTML, CSS, SCSS, JS, C#, Visual Basic
- Code Example:
function brightest(colors){
const sortedColors = colors;
sortedColors.sort((a, b)=>{
let rValue = parseInt(a.slice(1, 3), 16);
let gValue = parseInt(a.slice(3, 5), 16);
let bValue = parseInt(a.slice(5), 16);
let brightness = Math.max(rValue, gValue, bValue);
let rValue2 = parseInt(b.slice(1, 3), 16);
let gValue2 = parseInt(b.slice(3, 5), 16);
let bValue2 = parseInt(b.slice(5), 16);
let brightness2 = Math.max(rValue2, gValue2, bValue2);
return brightness2 - brightness;
});
return sortedColors[0];
}
- Work experience: -
- Education: Ukrainian Engineering and Pedagogical Academy
- English: Intermediate