Tag: javascript

Binary Clock

Introduction A Binary clock made in Javascript. How it Works Each line match a value : 1, 2, 4, 8. To read the binary clock, add up columns values to obtain the decimal value. ...