mariabrock / solar-system

0 stars 0 forks source link

Planets.js (Array) #14

Closed mariabrock closed 4 years ago

mariabrock commented 4 years ago

User Story

As a developer, I want to be able to store and access all my data about my planets in one place

AC

WHEN I open the directory for this project, **THEN** I should be able to open my planets.js file AND*** I should see an array with all the data for my planets in one place

Dev Notes

mariabrock commented 4 years ago

const planetName = [ {name, imageUrl, description, isGasPlanet (true/fales), numberOfMoons, nameOfLargestMoon} ];