Skip to content

to-do list is a simple yet effective tool used for organizing tasks and activitie

Notifications You must be signed in to change notification settings

saurabh221402/JS-BEGINNER-04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/saurabh221402/TO-DO-LIST_-JS04-.git readme file for JS04 project in which we are going to create a to-do-list web app.

points we learn in this projects are:-

  1. let a= window.getComputedStyle(elmentname, psedoelement); this method is use to select psedoelement of css(ex: after,before etc) and perform operation using javascript

  2. node.classList.toogle("classname"); this js method is use to toogle a class within a element

  3. .class::before { background-color: var(--variable,white); } node=document.getelementByclassname('class') node.style.setProperty('--variable','blue'); this method is also use to manipulate the value of psedoelement

  4. node.parentElement.remove() this method is used to remove the element with it parent element


psedo_class_selector

psedo_class_selector  psedo_class_selector

Releases

No releases published

Packages

No packages published