We are using AEM version 6.5.9
and our js processor config was
min:gcc;languageIn=ECMASCRIPT_2018;obfuscate=true
then we changed it to
min:gcc;languageIn=ECMASCRIPT_2020;obfuscate=true
but still it does not work. I checked the online compiler where when changed to ECMASCRIPT_2020 it started working
...