This one page snapshot summarise a JavaScript Object Orientated Programming pattern – Psuedoclassical Subclassing.
Original Udacity Video:
A great video highlighting the difference between:
webbrowser.open()
.turtle.Turtle()
object called brad
, and invoke brad.forward()
to apply the method forward()
on the object brad
.