Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 82502db

Browse files
Correct spelling mistake in JS comment
independant -> independent
1 parent dc904d1 commit 82502db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/04-object-basics/01-object/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ for (let key in user) {
605605
}
606606
*/!*
607607

608-
// now clone is a fully independant clone
608+
// now clone is a fully independent clone
609609
clone.name = "Pete"; // changed the data in it
610610

611611
alert( user.name ); // still John in the original object

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /