Challenge Constellation Maker

Add a star



This program displays an array of stars based on two arrays, one of x positions and one of y positions. Add another star by adding a new number to each array.

Var xPositions = [---, ----,];

Var ypositions = [---, ----,];