nss-evening-cohort-9 / foundations-group-project-kiss-the-goat

foundations-group-project-kiss-the-goat created by GitHub Classroom
0 stars 0 forks source link

Research: Find a way to pass an array from one page to another, without using a server. #31

Closed acasey98 closed 5 years ago

acasey98 commented 5 years ago

User Story

As a developer, I need to find a way to pass array data from one page to another, without using a server.

AC

WHEN The checkout page loads THEN the array data from the previous page ('productPage') should somehow be passed to, or accessible from the checkout page BUT it should not use a server, or jQuery

Development