If we need more methods for an object, we can set them directly. Code hybrid.charge = function() to add the new charge method.
hybrid.charge = function()
charge
Make sure to pick hybrid followed by . and then charge, =, function, (, ).
hybrid
.
=
function
(
)