rsschool-cv

Dmitry Medvedev

Photo

About Me

Looking forward to become excellent front-end developer. Currently studying at Rolling Scopes School.
Soft skills: adaptability, positivity, communication, punctuality, results-oriented.
English level - B1.

Education

Work Expirience

HTML markup specialist (october 2019 - june 2021)
Editing forms (checks, contracts, nomenclatures, commercial offers) and mailing samples using HTML5, CSS3 and twig in retailCRM

Code Examples

function multiply(a, b){
  return a * b;
}
var year = Number(readline());
 
function getYear(year) {
    if (year >= 1987 && year <= 2012) {
        return '2013';
    }
    
    year += 1;
 
    var yearSorted = String(year).split('').sort();
 
    for (var i = 0; i < yearSorted.length - 1; i++) {
        if (yearSorted[i] == yearSorted[i + 1]) {
            return getYear(year);
        } else {
            if (i == yearSorted.length - 2) {
                return year;
            }
        }
    }
    
}
 
var res = getYear(year);
print(res);

Projects

Contact