rsschool-cv

Polina Aleksandrova

Junior Frontend Developer


Contact information:


About Me

I specialize in creating interfaces and web projects using technologies such as JavaScript and React. Experience with Git version control system allows me to effectively participate in the development and support projects. I worked with the development team, according to the agile system.


Skills


Code example

Implement a function that computes the difference between two lists. The function should remove all occurrences of elements from the first list (a) that are present in the second list (b). The order of elements in the first list should be preserved in the result.

function arrayDiff(a, b) {
return a.filter(item => !b.includes(item))}

Experience


Education


Languages