Skip to content

wrong url in 8_14 #20

@minaairsupport

Description

@minaairsupport

Issue Overview

you need to correct that URL in the comment form

/**
 * for...in loop and objects
 * @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
 */

to

/**
* for...in loop and objects
* @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in
*/

from...of to from...in

https://github.com/LinkedInLearning/javascript-essential-training-2832077/blob/main/08_14/script.js#L77

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions