Today in JavaScript I learned about variables as well as naming conventions like camelCase, kebab-case, and snake_case. I also learned about the difference between null and undefined. So null is explicitly nothing and undefined are variables that are declared but not initialized. I left off on the section discussing alert, prompt, and console.log().
-Natalie