📄️ Section 2 - JavaScript Fundamentals: Part 1
This section is about all the basic fundamentals of JavaScript.
📄️ Lesson 5 - Section Intro
No notes.
📄️ Lesson 6 - Hello World!
- Open Chrome, go into Developer Tools > Console and type
📄️ Lesson 7 - A Brief Introduction to JavaScript
What is JavaScript? A high-level, object-oriented, multi-paradigm programming language.
📄️ Lesson 8 - Linking a JavaScript File
You can write JavaScript code within the HTML file under the head section.
📄️ Lesson 9 - Values and Variable
I Will use a 'Person' for the example. eg. first name, last name, age, height etc
📄️ Lesson 10 - ITS AN ASSIGNMENT.
Values and Variable