f4a828d4ae
Some characters will be encoded for display in HTML which will affect the process of JS evaluation. For example, the ` => ` sequence used for fat-arrow syntax will be set as `=>` in the HTML source. To process the JS the innerText must be used instead.