ginggk / Ginger-Keys-Web-Rental-Agency

The final project using HTML, CSS, and javaScript. Deals with renting items to customers.
0 stars 0 forks source link

No need to unwrap object #1

Open john-terenzio opened 5 years ago

john-terenzio commented 5 years ago

https://github.com/ginggk/Ginger-Keys-Web-Rental-Agency/blob/e3788e4b15ed74a767487ab46326b85e2e76b2f6/javaScript.js#L6-L12

If in the template you renamed i to index then you could just pass the PAGE_DATA.playbills[i] object directly to the template like:

content += template(PAGE_DATA[i]);

Thoughts?