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**