Skip to content

Commit ba16d34

Browse files
authored
Update README.md
1 parent e1e8a92 commit ba16d34

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ garbage string code in dizzying javascript
44

55
## List Code
66

7-
| collection | code | value |
8-
| ---------- | ------------------- | ----------------------------------- |
9-
| 1 | (!0+[]) | "true" |
10-
| 2 | ("a","b","c") | "c" |
11-
| 3 | []+{a:"s",m:"l"}.a | "s" |
12-
| 4 | "ab"[1] | "b" |
13-
| 5 | "ab"[3,0] | "a" |
14-
| 6 | []+["m"] | "m" |
15-
| 7 | 10..toString(16) | "a" |
16-
| 8 | 10["toString"](16) | "a" |
17-
| 9 | ""+[][[]] | "undefined" |
18-
| 10 | "b"+"a"+ +"a"+"a" | "baNaNa" |
19-
| 11 | (atob+"") | "function atob() { [native code] }" |
20-
| 12 | []+{} | '[object Object]' |
21-
| 13 | [].a+[] | "undefined" |
22-
| 14 | 13..a+[] | "undefined" |
23-
| 15 | var[a,b] = 13..a+[] | "u","n" |
7+
| collection | code | value |
8+
| ---------- | -------------------- | ----------------------------------- |
9+
| 1 | !0+[] | "true" |
10+
| 2 | ("a","b","c") | "c" |
11+
| 3 | []+{a:"s",m:"l"}.a | "s" |
12+
| 4 | "ab"[1] | "b" |
13+
| 5 | "ab"[3,0] | "a" |
14+
| 6 | []+["m"] | "m" |
15+
| 7 | 10..toString(16) | "a" |
16+
| 8 | `10["toString"](16)` | "a" |
17+
| 9 | `""+[][[]]` | "undefined" |
18+
| 10 | "b"+"a"+ +"a"+"a" | "baNaNa" |
19+
| 11 | (atob+"") | "function atob() { [native code] }" |
20+
| 12 | []+{} | '[object Object]' |
21+
| 13 | [].a+[] | "undefined" |
22+
| 14 | 13..a+[] | "undefined" |
23+
| 15 | var[a,b] = 13..a+[] | "u","n" |

0 commit comments

Comments
 (0)