Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
// Declare a function named `bark` that prints (via console.log()) `'Woof, Woof'`
// 1. Add your function declaration below:
// 2. Uncomment the line below to call the function
//bark()
Output

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

Dismiss x