Skip to content

Instantly share code, notes, and snippets.

View rushindrasinha's full-sized avatar

Dr Rushindra Sinha rushindrasinha

View GitHub Profile

#DOM Code Challenge

For each of the challenges below, complete in plain JS.

###Challenge 1

Build a a text input element that behaves like input type="password".

It has a button "show". When clicked it will show the string. When released the characters go back to asterisks