Skip to content

pvp-45/JavaScript-Learning-and-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript-Learning-and-Projects

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:

  1. Ways to print from JS to webpage
  2. JavaScript console API
  3. JavaScript Variables
  4. Data Types in JavaScript
  5. Operators in JavaScript
  6. Functions in JavaScript
  7. Conditionals in JavaScript
  8. Loops in JavaScript
  9. Break and Continue
  10. Dates in JS
  11. DOM MANIPULATION - DOCUMENT OBJECT MODEL MANIPULATION
  12. Events in JS
  13. SetTimeout and SetInterval
  14. JavaScript localStorage
  15. JSON - JavaScript Object Notation
  16. JavaScript Versions

Project 1

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.

About

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 .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors