Dmitry Lisitsyn

avatar

Contacts

About Me

I like meet new people, so as learn new things in general. Tidy, stress-resistant, cheerful person who likes solve problems but wants to learn how to do it.

Skills

Languages

Projects

Code example:

function multiply (a, b) {
return a * b
}