Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, April 26, 2013

Codecademy Sample Solution: The Return Keyword



<html>
<head>
<title></title>
</head>
<body>
      <?php
           
        function returnName(){
            return "Anonymous";
        }
       
        print returnName();
      ?>
    </body>
</html>

1 comment:


This is an example of scrolling text using Javascript.

Popular Posts