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>
 
/*
* 1. Create a function called `sayMoo` that **returns** 
the string `mooooooo!`.
2. Next, call the function and store 
the result into a variable named `cowSound`
*/
// Add your code below
// DO NOT MODIFY
console.log("What does a rapper cow say when you are blocking it's path?")
console.log(`${cowSound} b*ssh, get out the way!!!!`)
Output

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

Dismiss x