Skip to content

Commit

Permalink
Merge pull request #139 from QuarkNerd/fix-O-and-U
Browse files Browse the repository at this point in the history
fix-O-and-U
  • Loading branch information
aemkei authored Nov 15, 2024
2 parents fd96902 + a65f433 commit e5c0274
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jsfuck.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
'String': '([]+[])',
'Boolean': '(![])',
'Function': '[]["flat"]',
'RegExp': 'Function("return/"+false+"/")()',
'Object': '[]["entries"]()'
'RegExp': 'Function("return/"+false+"/")()'
};

const MAPPING = {
Expand Down Expand Up @@ -63,13 +62,13 @@
'L': null,
'M': '(true+Function("return Date")()())[30]',
'N': '(NaN+"")[0]',
'O': '(+[]+Object)[10]',
'O': null,
'P': null,
'Q': null,
'R': '(+[]+RegExp)[10]',
'S': '(+[]+String)[10]',
'T': '(NaN+Function("return Date")()())[30]',
'U': '(NaN+Object()["to"+String["name"]]["call"]())[11]',
'U': null,
'V': null,
'W': null,
'X': null,
Expand Down

0 comments on commit e5c0274

Please sign in to comment.