Changed "independant" to "independent"

This commit is contained in:
loumarven 2018-10-24 23:11:29 +08:00 committed by GitHub
parent dc904d122e
commit 6362f48f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -605,7 +605,7 @@ for (let key in user) {
}
*/!*
// now clone is a fully independant clone
// now clone is a fully independent clone
clone.name = "Pete"; // changed the data in it
alert( user.name ); // still John in the original object