Merge pull request #228 from kanet77/patch-1

Update README.md
This commit is contained in:
Bo-Yi Wu 2015-01-21 09:57:52 +08:00
commit 97796ecd07
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ add(2)(5); // 7
*Question: What value is returned from the following statement?*
```javascript
"i'm a lasagne hog".split("").reverse().join("");
"i'm a lasagna hog".split("").reverse().join("");
```
*Question: What is the value of `window.foo`?*