You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 112
let fakedata = timeserie;
gives SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
var fakedata = timeserie;
works for me