JavaScript Inheritance and Object Programming
Coding Tutorial, Chapter 5b
Create a Button Class
© 21 July, 2013, Martin Rinehart
Results
This class will not be testable until we add data properties and methods.
Code
We begin with constructor, init()
and toString()
.
Feedback: Martin Rinehart at gmail dot com.
# # #