-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels