17.11.22.
What I need to do:
1) get the x and y values from the array
2) multiply with screen width
3) put values into circle svg
Questions?
do I make two individual for.each statement, one for x values and one for y values, and how do I combine them? Or do I extract both of them inside the same for each?