What does this code display in the console?
SoundClouddocument.getElementById("platform") <html>
<body>
<h2 id="platform">SoundCloud</h2>
<script>
var name = document.getElementById("platform");
console.log(name.innerHTML);
</script>
</body>
</html>]]>Make sure to choose SoundCloud.