Created
August 23, 2018 13:03
-
-
Save Antoinebr/77f6941bb9d394e064814dfcf23d78db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...document.querySelectorAll('input')].forEach( input => { | |
input.setAttribute('value', `my type is ${input.getAttribute('type')}`); | |
input.setAttribute('style', `color:black; font-size:20px; font-weight:bold;`); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment