Minor markup fixes

This commit is contained in:
dpashkevich 2012-09-21 16:00:58 +04:00
parent 9132d8e46e
commit 1f8729950f
1 changed files with 2 additions and 2 deletions

View File

@ -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: