Selaa lähdekoodia

missing quotes

Raku Zeta 3 vuotta sitten
vanhempi
commit
45eadccbcf
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -183,8 +183,8 @@ As we have strings, we can also get single characters:
 ```
 
 ```js
-[[][[]]+[]][+[]][           1 ] // n
-[[][[]]+[]][+[]][ ++[[]][+[]] ] // n
+[[][[]]+[]][+[]][           1 ] // "n"
+[[][[]]+[]][+[]][ ++[[]][+[]] ] // "n"
 ```
 
 Since we have "NaN" and "undefined", we got the following characters: