From 979e1d9b7b16ae8f3a2f2a7772e011e0d30d4bab Mon Sep 17 00:00:00 2001 From: tk Date: Tue, 20 Jan 2015 17:09:54 -0600 Subject: [PATCH] Update README.md While both 'lasagna' and 'lasagne' are valid spellings, only 'lasagna' make the reversed string meaningful. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fafab5..748126c 100644 --- a/README.md +++ b/README.md @@ -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`?*