API

Overview

When your code loads Javascript libraries or modules, as in the following

let md = await import('/code/linear-algebra/v1.0.0/linear-algebra.mjs')

Clicking the API button will open the documentation for each API in a new tab, if it is available. If you are looking for the documentation for one module in particular, you can highlight the URL of the module in the code window and then click the API button to open its documentation.

Javascript Keywords

When you highlight a keyword in the code that you dont understand and click the API button, the browser will open documentation for that keyword in a new tab, if available.