summaryrefslogtreecommitdiffhomepage
path: root/fa-ir/javascript.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-10-05 23:17:39 +0200
committerven <vendethiel@hotmail.fr>2015-10-05 23:17:39 +0200
commite0f81c1a9f6329d785ecc558f1a380c24c26809d (patch)
tree39ae98c1c71461138437c9cdb7ba5078a16e4658 /fa-ir/javascript.html.markdown
parentd1a822f96c88855b2cbb649a4ea7b452e4104164 (diff)
parente848adf9d53e8af5863497438753d704d30f7c5c (diff)
Merge pull request #1360 from GersonLazaro/javascript-correction
Fix for issue #1248 [fa-ir, zh-cn, ko-kr, es-es, ru-ru, fr-fr, de-de]
Diffstat (limited to 'fa-ir/javascript.html.markdown')
-rw-r--r--fa-ir/javascript.html.markdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/fa-ir/javascript.html.markdown b/fa-ir/javascript.html.markdown
index 5c64d24a..fe3555af 100644
--- a/fa-ir/javascript.html.markdown
+++ b/fa-ir/javascript.html.markdown
@@ -499,9 +499,6 @@ myNumber === myNumberObj; // = false
if (0){
// This code won't execute, because 0 is falsy.
}
-if (Number(0)){
- // This code *will* execute, because Number(0) is truthy.
-}
```