Question #243

Author: admin
tags: JavaScript   HTML   frontend (web)  
<script>
// Wrong JS syntax:
... + .  }
console.log(1);
</script>

<script>
console.log(2);
</script>
What will be printed in a browser console?
1, 2
2
Nothing
Rate the difficulty of the question:
easyhard