In this video, I discuss 3 important pieces of syntax which we shall need in our next script:
1. isset function which helps us determine if a variable is defined or not. This is mostly used with array variables.
2. How boolean variables and values (true/false) are used in if statement.
3. What are strict comparisons done with '==='.