diff options
| author | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-07 14:26:18 +0200 | 
|---|---|---|
| committer | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-07 14:26:18 +0200 | 
| commit | bff40e2f9816974abd29322f2a50455f51acd22e (patch) | |
| tree | 01177dd231841fea5dea3aa6546fde8d6630f5d3 /fa-ir/javascript.html.markdown | |
| parent | 6dabd9568d2a99e7bbc079d0466588bf68a42283 (diff) | |
| parent | 5c677e8071291520297ef3d5d8374c6d11285744 (diff) | |
Merge branch 'master' into translation/brainfuck-cs
Diffstat (limited to 'fa-ir/javascript.html.markdown')
| -rw-r--r-- | fa-ir/javascript.html.markdown | 3 | 
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. -}  ``` | 
