This repo contains all the files that I used while learning JavaScript and some projects which helped me enhance my knowledge further about JavaScript and Front-End Web Development . #Contents included in the Notes Section:
- Ways to print from JS to webpage
- JavaScript console API
- JavaScript Variables
- Data Types in JavaScript
- Operators in JavaScript
- Functions in JavaScript
- Conditionals in JavaScript
- Loops in JavaScript
- Break and Continue
- Dates in JS
- DOM MANIPULATION - DOCUMENT OBJECT MODEL MANIPULATION
- Events in JS
- SetTimeout and SetInterval
- JavaScript localStorage
- JSON - JavaScript Object Notation
- JavaScript Versions
This was a digital watch that I made with the help of JavaScript. I used the concepts that I learned provided in the notes directory and then used them to create a small project. The concepts that were used in this project were mainly setInterval(), and other functions like getTime(), getHours(), getMinutes(), getSeconds(), and more. To display the date, I made the use of toLocalDateString() function. I also used DOM Manipulation by using document.getElementById(..).innerHTML = etc. It was a good way to revise my concepts.