Minor markup fixes
This commit is contained in:
parent
9132d8e46e
commit
1f8729950f
|
|
@ -163,14 +163,14 @@ foo.push(1);
|
|||
foo.push(2);
|
||||
```
|
||||
Вопрос: Чему равно foo.length?
|
||||
**Ответ: `2`
|
||||
**Ответ: `2`**
|
||||
|
||||
```javascript
|
||||
var foo = {};
|
||||
foo.bar = 'hello';
|
||||
```
|
||||
Вопрос: Чему равно foo.length?
|
||||
**Ответ: `undefined`
|
||||
**Ответ: `undefined`**
|
||||
|
||||
|
||||
### Вопросы по jQuery:
|
||||
|
|
|
|||
Loading…
Reference in New Issue