Telegram: @mark_pribylnov
Instagram: @mark_pribylnov
Email: mark.pribylnov@gmail.com
Discord server RS School: Mark Pribylnov (@mark-pribylnov)
Location: Minsk, Belarus
I can describe my strengths with one word - persistence. This quality allows me to gain other skills for any goal and task. With enough efforts you adapt to any situation and become more efficient in anything. It’s just inevitable.
I worked as a salesman for one and a half years. Also tried working as a marketer.
Eventually, I decided to become a software engineer for a number of reasons:
Description: Write a function that takes an array of numbers and returns the sum of the numbers. The numbers can be negative or non-integer. If the array does not contain any numbers then you should return 0.
function sum (numbers) {
let total = 0;
for (let i = 0; i < numbers.length; i++) {
total += numbers[i];
};
return total;
};
First simple project - digital clock with Python and GUI framework Tkinter
B1-B2
I watch most of movies without subtitles.
On the Internet I use English only.