Browse Source

missing quotes

Raku Zeta 3 năm trước cách đây
mục cha
commit
45eadccbcf
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: