From 0186a3cb0fff50d74d491aacd5c16318e916c8f3 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sat, 23 Jun 2012 00:31:31 -0700 Subject: [PATCH] this angle bracket must be a typo because its invalid. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251b3f4..b7aa7c4 100644 --- a/README.md +++ b/README.md @@ -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**