reading-notes

In memory storage

Readings

Questions

Understanding the JavaScript Call Stack

JavaScript error messages

Notes

Warm-Up

Lab 10: Cache

let cache = {
  variable-name: {
    data: <the data sent to the front end>
    timeStamp: <time we put data in the cache>}
}