Merge pull request #9 from paulirish/patch-1

this angle bracket must be a typo because its invalid.
This commit is contained in:
Darcy Clarke 2012-06-23 00:41:26 -07:00
commit fb2521c56f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function Person(){} var person = Person() var person = new Person()
## JS-Code Examples:
```javascript
>~~3.14
~~3.14
```
Question: What value is returned from the above statement?
**Answer: 3**