So I was reading a book on JS , and it says if you write
```var x = 20; console.log(x);```
Then Javascript will first convert x to string impl