Skip to content

rustydcoder/bin2dec

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Steps For Making Binary To Decimal JS

  1. HTML Layout

    • Create a basic layout
    • Your layout should have to 2 input fields
    • One input for the binary and the other to display conversion
  2. CSS Styles

    • Style according to your wish!
  3. Interactivity

    • Grab your DOM elements
    • Create a function to handle the logic of converting from binary to decimal
    • Add your event listeners

Bonus Feature

  • Add a decimal to binary functionality too

About

Converts binary to decimal and vise versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published