Today I learned:
- The HTML world can exist into JS world by the function document.write()
 - It is not possible write JS code into HTML world without using the 
<script></script>tag - The concatenation is how the characters (also numbers) are bound together.
 - If you don't use "()" in your operations your maths will be wrong!