- Program the behaviour of web pages
<script>
- Where to put Js code in head or body
<script src="/js/myScript1.js"></script>
You can link html and js file using script above
document.getElementById("demo").innerHTML = 5 + 6;
console.log
Javascript is case sensitive
var = x + y;
Like C
===
- String
- Number
- Array []
- Object {}
function_name (){}
onclick
json.parse()