@matigo oooh looks like local storage is much easier to deal with than i thought!
@matigo so do you end up having to nest the requests inside each other as they're asynchronous or?
@matigo @keita @cgiffard by which I guess I mean… say you're trying to compare the ADN global stream with the nicesummary of users… how do you structure those requests?
@matigo @keita @cgiffard ok i have my first really dumb question. so, say I make a $.get request to grab some JSON. how do i access that data outside the request? (i know how to do it inside of it)