Microsoft Internet Explorer 10 and 11 allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted web site, aka “Internet Explorer Memory Corruption Vulnerability,” a different vulnerability than CVE-2014-0321.
Proof of Concept
// Your code snippet goes here
function helloWorld() {
console.log("Hello, World!");
}
helloWorld();