<!DOCTYPE html>
<html>
<body>
<script>
car = "Volvo";
document.write(car);
var car ;
</script>
</body>
</html>