Hi, there is an issue in the example code. You should replace for(let weakStopwatch in allStopWatches){ with something like for(let weakStopwatch of allStopWatches.values()){ as allStopWatches is a map. Sorry for the confusion :).
Topic:
Safari & Web
SubTopic:
General
Tags: