If you want to find out where something specific is defined, to find out how it works, to play with it to improve the documentation, you can just find it at https://www.espruino.com/Reference#software then in the title you'll see an icon like ⇒ - click that and it will take you to the exact place in the code where the function is defined.
But in many cases (especially for E. and Bangle.) the code is probably not JS, but C
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.
If you want to find out where something specific is defined, to find out how it works, to play with it to improve the documentation, you can just find it at https://www.espruino.com/Reference#software then in the title you'll see an icon like
⇒
- click that and it will take you to the exact place in the code where the function is defined.But in many cases (especially for
E.
andBangle.
) the code is probably not JS, but C