Hard

Implementing an Auto-Expiring Cache System with setTimeout in JavaScript

You're building a caching system for an e-commerce platform that needs to store product data but automatically expire old entries. What will be the output of the following code when run?

Choose an option below