Raku Zeta 3 rokov pred
rodič
commit
bc881d7e2e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -167,7 +167,7 @@ Combining the plus sign and brackets will turn other values into strings:
   []        +[] // "" - empty string
   []        +[] // "" - empty string
  +[]        +[] // "0"
  +[]        +[] // "0"
   [][[]]    +[] // "undefined"
   [][[]]    +[] // "undefined"
-++[][[]]    +[] // "NaN
+++[][[]]    +[] // "NaN"
 ++[[]][+[]] +[] // "1"
 ++[[]][+[]] +[] // "1"
 ```
 ```