lol i just randomly found this while testing stuff https://user-images.githubusercontent.com/54238880/144605023-baf93591-4bf5-423d-a516-92ed5b114ebf.mp4 test with opera gx (private window and normal) and chrome code on vid ``` function notok(msg, useless) { return useless + msg; } console.log(notok("aaaaa", "uwu")); ```