Skip to content

Kumneger49/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

new was here

Note: Delete this note and update the table of contents based on what sections you keep.

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow -js

Note: These are just examples. Delete this note and replace the list above with your own choices

What I learned

 function handleToggler(){
  
  if(toggler_index===1){
    toggler_disk.classList.toggle('toggler-disk-2');
    root.classList.toggle('root-white-theme');
    toggler_index++;
  }

  else if(toggler_index===2){
    toggler_disk.classList.toggle('toggler-disk-3');
    root.classList.toggle('root-purple-theme')
    toggler_index++;
  }

  else{
    toggler_disk.classList.remove('toggler-disk-2');
    root.classList.remove('root-white-theme');
    toggler_disk.classList.remove('toggler-disk-3');
    root.classList.remove('root-purple-theme')
    toggler_index=1;
  }
}

Continued development

algorithm and effiecient program writing

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •