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
In slideshowApp.es6.js, lines 1191-1233, you construct a JSON string, slidesJSON, manually. While I'm impressed that works, it also seems a bit complex / brittle....I think it would be more robust if you constructed slidesJSON as an object, and then ran it through JSON.stringify().
The text was updated successfully, but these errors were encountered:
In
slideshowApp.es6.js
, lines 1191-1233, you construct a JSON string,slidesJSON
, manually. While I'm impressed that works, it also seems a bit complex / brittle....I think it would be more robust if you constructedslidesJSON
as an object, and then ran it through JSON.stringify().The text was updated successfully, but these errors were encountered: