Bailey Blankenship

Results 1 comments of Bailey Blankenship

Howdy! You might need to add the function to your object in Object.create. Example from my code from another project: ``` let ThermalPrinter = { create: function(uart_no, dtr_pin, heatTime) {...