lib.rst: add a link for jsconsole [backport] (#13383)

This commit is contained in:
Jjp137
2020-02-11 01:22:49 -08:00
committed by GitHub
parent 39ba502f87
commit 84a71dad87

View File

@@ -472,6 +472,9 @@ Modules for JS backend
* `dom <dom.html>`_
Declaration of the Document Object Model for the JS backend.
* `jsconsole <jsconsole.html>`_
Wrapper for the ``console`` object.
* `jscore <jscore.html>`_
Wrapper of core JavaScript functions. For most purposes you should be using
the ``math``, ``json``, and ``times`` stdlib modules instead of this module.