Intro-to-Data-APIs-JS
Intro-to-Data-APIs-JS copied to clipboard
'years' and 'temps' should not be constants for 1-2
They start off as an empty array and then get added to so the cannot be const and should be var or let instead.