CodingTrain / Intro-to-Data-APIs-JS

Working with Data and APIs in JavaScript
MIT License
754 stars 610 forks source link

'years' and 'temps' should not be constants for 1-2 #37

Open mjrlowe opened 5 years ago

mjrlowe commented 5 years ago

They start off as an empty array and then get added to so the cannot be constand should be var or let instead.