Siarhei Horbach

Contacts

Summary

Coding, creating content, exploring the city and discovering new technologies.

Skills

Code Examples


                    const printReversedNameBySymbol = (name) => {
                        let i = name.length - 1;
                        while (i >= 0) {
                            console.log(name[i]);
                            i = i - 1;
                        }
                    };
                

Experience

Education

English

A2 (Pre-intermediate)