JoshuaPeddle / Visualizing-Technology-Use-by-Age-and-Region

Comp3100. Team 32. Joshua Peddle & Ethan Mc Donald.
0 stars 1 forks source link

Fix small bug with frontend.js related to redeclaring data with let #30

Closed JoshuaPeddle closed 2 years ago

JoshuaPeddle commented 2 years ago

image

These values are just here for testing but getResponses(data) had already declared data, so let data = {} throwing an error.