Skip to main content

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Groups (1)

Related Lists

Bookmark History

Saved by 43 people (16 private), first by anonymouse user on 2006-03-03


Public Comment

on 2006-07-13 by jdrsantos

A command-line interface for JavaScript and DOM.

on 2006-07-25 by jcbuffington

A command-line interface for JavaScript and DOM.

on 2006-07-31 by ziller

A command-line interface for JavaScript and DOM.

on 2006-09-29 by kywocs

A command-line interface for JavaScript and DOM.

on 2006-10-09 by travishartwell

Handy online interactive JS interpreter.

on 2007-01-06 by june29

ブックマークレットで起動するFirefox用Javascriptコマンドライン

on 2007-05-31 by ycc2106

Features:

  • You can enter statements and expressions at the same prompt.
  • The result of each non-void statement or expression is shown.
  • User-defined variables.
    • b = document.body
  • User-defined functions.
    • function f() { return 5; }
  • JavaScript error messages are shown in red.
  • Previous statements and expressions are available through Up and Down arrow keys.
  • Tab completion.
  • Multiline input (Shift+Enter to insert a line break).
  • If the shell is opened using a bookmarklet, JavaScript typed into the shell runs in the context of the original window.
  • Works well in Firefox, mostly works in Opera 8 and in IE 6 for Windows.

Suggested uses:

  • Test short bits of JavaScript, bookmarklets, or user scripts. (For longer bits of JavaScript, try the JavaScript development enviornment too.)
  • Explore DOM objects such as document.body using props (Alt+P) to figure out what is possible.
  • Explore the DOM of a specific page using the bookmarklet version of the shell.
  • Modify the DOM of a specific page using the bookmarklet version of the shell.
  • Use the shell like you would use the home screen of a calculator such as a TI-83. Alt+M gives you easy access to math functions such as sin and pow.

Public Sticky notes

JavaScript, bookmarklets [2], or user scripts

Highlighted by bbhglobal

A command-line interface for JavaScript and DOM

Highlighted by lucidity

For longer bits of JavaScript, try the JavaScript development enviornment too.

Highlighted by souzarm

A command-line interface for JavaScript and DOM.

Highlighted by bernhard