cara menghibur variabel di js

<script>
var a = 2;
console.log("The value of a is " + a);
</script>
namesaq