Explorar el Código

Update README.md

make example more understandable
Raku Zeta hace 3 años
padre
commit
d71cee0979
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -183,7 +183,7 @@ As we have strings, we can also get single characters:
 ```
 
 ```js
-[[][[]]+[]][+[]][           1 ] // "n"
+  "undefined"   [           1 ] // "n"
 [[][[]]+[]][+[]][ ++[[]][+[]] ] // "n"
 ```