Did you copy&paste that into the console? If so I think that's what you'd expect - since the result of http.get will be a http request object, which gets printed with =.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Did you copy&paste that into the console? If so I think that's what you'd expect - since the result of
http.get
will be a http request object, which gets printed with=
.