Skip to content

jigar0211/JavajScript-practical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavajScript practicalicons8-javascript-32

icons8-info-24About Practical :

  • A JavaScript calculator is a program that allows users to perform mathematical operations through a web browser. This calculator is typically built using HTML, CSS, and JavaScript programming languages, and it can be run directly in a web browser without the need for any additional software installation.

How To Cloning a repository :

  1. On GitHub.com, navigate to the main page of the repository.
  2. Above the list of files, click download-24 Code. code-button
  3. Copy the URL for the repository.
  • To clone the repository using HTTPS, under "HTTPS", click icons8-copy-16.
  • To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click SSH, then click icons8-copy-16.
  • To clone a repository using GitHub CLI, click GitHub CLI, then click icons8-copy-16. https-url-clone-cli
  1. Open Terminal.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type git clone, and then paste the URL you copied earlier.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. Press Enter to create your local clone.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
> Cloning into `Spoon-Knife`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.

Some of the key features of the Practical :

  1. Basic Arithmetic Operations: The calculator can perform the four basic arithmetic operations - addition, subtraction, multiplication, and division - using a set of buttons that allow the user to input numbers and operators.

  2. Advanced Mathematical Functions: This JavaScript calculators also include advanced mathematical functions such as square roots, exponents, logarithms, and trigonometric functions.

  3. Memory Functions: This calculators include memory functions such as storing values and recalling them later, or the ability to perform calculations based on previously stored values.

  4. User Interface: The user interface of a JavaScript calculator is typically designed to be user-friendly, with clear labels and buttons that allow for easy input of numbers and operators.

  5. Error Handling: A well-designed calculator will have error handling features that help prevent common mistakes, such as dividing by zero or entering an invalid character.

  6. Responsive Design: With the rise of mobile devices, many JavaScript calculators are designed with responsive design, which means they can adapt to different screen sizes and still function properly.

Calculator Design :

Screenshot from 2023-02-17 14-25-51

Demo Video :

Screencast.from.17-02-23.02.38.48.PM.IST.webm

Demo Link of the Practical link_icon_slanted

https://jigar0211.github.io/JavajScript-practical/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published