Watched an MIT lecture

I watched This lecture and it has been very informative. I learned the difference between Static and Dynamic typing, as well as the difference between strong and weak type checking. Static typing states that once a variable has been given a type, it cannot be changed until it goes out of scope. Dynamic typing is the exact opposite of that, […]