/**
* for...in loop and objects
* @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
*/
/**
* for...in loop and objects
* @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in
*/
Issue Overview
you need to correct that URL in the comment form
to
from...of to from...in
https://github.com/LinkedInLearning/javascript-essential-training-2832077/blob/main/08_14/script.js#L77