From 6bcb6a74df3b579502154f9fe787193ab20d6513 Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Thu, 9 Feb 2012 17:35:14 -0700 Subject: [PATCH] Fixed formatting in the JS-Code Examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31be28d..66bbec2 100644 --- a/README.md +++ b/README.md @@ -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**