Fixed formatting in the JS-Code Examples

This commit is contained in:
Darcy Clarke 2012-02-09 17:35:14 -07:00
parent 23d654edcf
commit 6bcb6a74df
1 changed files with 1 additions and 0 deletions

View File

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