On NodeJS (12.10.0) I get an error if I try to eval
some JSFuck:
const test = '(![]+[])[(((+!+([])))+[])]+([]+[][(![]+[])[((((!+([])+!(![])+(!![]))))+[])]+(+{}+[]+[]+{})[(((((((!+([])+!(![])+!(![])+!+([])))))))+[])]+(+{}+[]+!![]+[])[(((((((((!+[])+!(+[])+!!!(![])+!!!![])))))))+[])]+(!![]+[])[((((((+(![]))))))+[])]][([]+{})[(((((+!!!(![])))))+[])+(!(+[])+(!+[])+[])]+([]+{})[(((((((+!!([])))))))+[])]+([][[]]+[])[(((!+[]+!!!!([])+!+[]+!!([])+(!![])+!+([])))+[])]+(![]+[])[((((!+([])+!(![])+(!![]))))+[])]+([]+{})[(((((((+!!!(![])))))))+[])+(((((!+[])+!!!!([])+!!([]))))+[])]+(+{}+[]+!![]+[])[(((((((((!+[])+!(+[])+!!!(![])+!!!![])))))))+[])]+([][[]]+[])[(((((((+![]))))))+[])]+([]+{})[(((((+!!!(![])))))+[])+(!(+[])+(!+[])+[])]+(+{}+[]+!![]+[])[(((((!(+[])+!+[]+!+[]))))+[])]+(+{}+[]+[]+{})[(((((((!+([])+!(![])+!(![])+!+([])))))))+[])]+(+{}+[]+!![]+[])[(((((((((!+[])+!(+[])+!!!(![])+!!!![])))))))+[])]]((+{}+[]+!![]+[])[(((((((((!+[])+!(+[])+!!!(![])+!!!![])))))))+[])]+([]+{})[(+!(![])+[])+((((+!!!![])))+[])]+([]+{})[((((!(+[])+!+([])+!+([])+(!!!![])+!!!!([])+!+([]))))+[])]+([][[]]+[])[(((((((+![]))))))+[])]+(!![]+[])[(((+!(+[])))+[])]+(+((+!!(!![])+[])+(![]+[])[(!+([])+!(![])+(!+[])+!!!!([])+[])]+(((+(!+[])))+[])+(((((((+!!![])+(+!!![]))))))+[])+((((((+([]))))))+[])+(((+!!!([])))+[]))+[])[((((+(!+[]))))+[])]+([]+{})[((((((((!(+[])+!+([])+!(!!![])+!+[]+!!!!([])+!(+[])+(!+[]))))))))+[])]+(![]+[])[(((((((((!+[])+!(!!![]))))))))+[])]+([]+{})[(((((((+!!([])))))))+[])]+([]+{})[(((((+!!!(![])))))+[])+(!(+[])+(!+[])+[])]+(+{}+[])[((((((+!(!!![]))))))+[])]+(+{}+[]+!![]+[])[(((((!(+[])+!+[]+!+[]))))+[])]+(+((+!!(!![])+[])+(![]+[])[(!+([])+!(![])+(!+[])+!!!!([])+[])]+(((+(!+[])))+[])+(((((((+!!![])+(+!!![]))))))+[])+((((((+([]))))))+[])+(((+!!!([])))+[]))+[])[(!+[]+(!![])+!(![])+[])]+(+{}+[]+[]+{})[(((((((!+([])+!(![])+!(![])+!+([])))))))+[])]+([][[]]+[])[(((!+[]+!!!!([])+!+[]+!!([])+(!![])+!+([])))+[])])())[((((!(+[])+!!!!([])+!!(!![]))))+[])]+(+{}+[])[((((+(![]))))+[])]+(((((!+[])+!(!!![])+!+([]))))+[])';
eval(test); //ReferenceError: location is not defined
but on chrome 72 if I do the same thing in the console, I get apN3
.