doc: mark repl as stable

Closes #6090
This commit is contained in:
isaacs 2013-08-27 18:09:26 -07:00
parent ba72570eae
commit ba72f8cad8

View File

@ -1,5 +1,7 @@
# REPL
Stability: 3 - Stable
A Read-Eval-Print-Loop (REPL) is available both as a standalone program and
easily includable in other programs. The REPL provides a way to interactively
run JavaScript and see the results. It can be used for debugging, testing, or