Presenter: Diana Ignat
- when you click like on instagram -> the heart fills in right away
- comments appear instantly after you hit "post"
- when you add something to your cart
- when you choose size or color of a product
- when you upload homework -> status shows 'submitted'
- notifications appear when grades are posted
alert("Hello! This is my first JavaScript command.");
let score = 0;
score = score + 10;
alert(score);
-> created the box
-> changed what's inside
-> displayed it