#100DaysOfCode

Follow me elsewhere at these locations below:

Day 18

April 10 2019

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