fix: remove double space (#44837)
* fix: typo in javascript-algorithms-and-data-structures > object-oriented-programming > understand-own-properties * revert all the files with translations * fix last commit error and remove changes from translated files
This commit is contained in:
@ -12,7 +12,7 @@ In the following example, the `Bird` constructor defines two properties: `name`
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
function Bird(name) {
|
function Bird(name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.numLegs = 2;
|
this.numLegs = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user