Tests which characters represent the character "e" in a URL constructor host
new URL("https://"+String.fromCodePoint($[i])+"xample.com").host === "example.com" && log($[i])new URL("https://"+String.fromCodePoint(69)+"xample.com").host === "example.com" && alert(69)new URL("https://"+String.fromCodePoint(101)+"xample.com").host === "example.com" && alert(101)new URL("https://"+String.fromCodePoint(7473)+"xample.com").host === "example.com" && alert(7473)new URL("https://"+String.fromCodePoint(7497)+"xample.com").host === "example.com" && alert(7497)new URL("https://"+String.fromCodePoint(8337)+"xample.com").host === "example.com" && alert(8337)new URL("https://"+String.fromCodePoint(8495)+"xample.com").host === "example.com" && alert(8495)new URL("https://"+String.fromCodePoint(8496)+"xample.com").host === "example.com" && alert(8496)new URL("https://"+String.fromCodePoint(8519)+"xample.com").host === "example.com" && alert(8519)new URL("https://"+String.fromCodePoint(9402)+"xample.com").host === "example.com" && alert(9402)new URL("https://"+String.fromCodePoint(9428)+"xample.com").host === "example.com" && alert(9428)new URL("https://"+String.fromCodePoint(65317)+"xample.com").host === "example.com" && alert(65317)new URL("https://"+String.fromCodePoint(65349)+"xample.com").host === "example.com" && alert(65349)new URL("https://"+String.fromCodePoint(117978)+"xample.com").host === "example.com" && alert(117978)new URL("https://"+String.fromCodePoint(119812)+"xample.com").host === "example.com" && alert(119812)new URL("https://"+String.fromCodePoint(119838)+"xample.com").host === "example.com" && alert(119838)new URL("https://"+String.fromCodePoint(119864)+"xample.com").host === "example.com" && alert(119864)new URL("https://"+String.fromCodePoint(119890)+"xample.com").host === "example.com" && alert(119890)new URL("https://"+String.fromCodePoint(119916)+"xample.com").host === "example.com" && alert(119916)new URL("https://"+String.fromCodePoint(119942)+"xample.com").host === "example.com" && alert(119942)new URL("https://"+String.fromCodePoint(120020)+"xample.com").host === "example.com" && alert(120020)