Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
/* Get Programming with JavaScript
 * Listing 1.01
 * Using console.log to display information
 */
console.log("Hello World!");
/* Further Adventures
 *
 * 1) Change the text between the parentheses.
 *
 * 2) Click Run on the console to run the 
 *    program again.
 *
 * 3) Add your own console.log statement
 *    to the program, so there are two.
 *    Don't forget the semicolon.
 *
 * 4) Click Run.
 *
 */
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
jrlarsenpro
0viewers