Skip to content

Making a button whose label increments by 1 each time you click (using onclick).

Notifications You must be signed in to change notification settings

pervicacious/javascript-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-button

Making a button whose label increments by 1 each time you click (using onclick). HackkerRank 10 Days of Javascript- Day 8 Solution

Question: The button's id is btn. The button's initial text label is . After each click, the button must increment by 1. Recall that the button's text label is the JS object's innerHTML property. The button has the following style properties: A width of 96px. A height of 48px. The font-size attribute is 24px.

About

Making a button whose label increments by 1 each time you click (using onclick).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages