This Repository will be used to submit assignments as well as other JavaScript related projects.
Created the repository.
Project one Expression Alert
- Alert Window
- String variables
Project two Functions
- Oneclick Attribute
- Functions
- Button
Math Operators
- Operand
- Operators
- How to call a function in order to perform math arithmetic
Dictionary
- KVP
Boolean
- Comparisons & Type Coercion
- typeof operator
- Expression combining a string and a number
- Utilizing operators: ==, ===, >, <, &&, ||, !
Ternary operators and Constructors
- Utilizes a ternary operation using input from the browser
- Constructor function that uses the “new” and “this” keywords
- Display the results of the constructor function within an HTML element
- Utilize a nested function
Scope Time Function
- Assigning Local and Global Variables
- Function that includes an if statement
- use the console.log() method to debug and error
- Time function
String Methods
- Utilize concat, slice, toString, toPrecision methods
- HTML elements that call and display functions
Countdown & Slideshow
- Countdown Function
- A basic slideshow using HTML, CSS, and JavaScript
- Added Defer Attribute
Loops and Arrays
- Utilize a while loop
- Utilize a for loop
- Utilize an array
- Create an object using "let"
Tic Tac Toe Project
- Fully Functional
Calculator Project Fully functional and can perform
- Addition
- Subtraction
- Multiplication
- Division
- All Clear Functionality
Dynamic Pizza Menu
- Pizza size selection buttons
- Topping options
- List of all Toppings selected
- Total Price
- Added Template Directory
- Added basic HTML index file
- Added empty JS files