소스 검색

Update README.md

make example more understandable
Raku Zeta 3 년 전
부모
커밋
d71cee0979
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
 ```