Skip to content

Commit

Permalink
Add REPL snippets to Make a person
Browse files Browse the repository at this point in the history
  • Loading branch information
alayek committed May 1, 2016
1 parent 35b57bd commit 6ca67b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Algorithm-Make-a-Person.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ var Person = function(firstAndLast) {
var bob = new Person('Bob Ross');
bob.getFullName();
```
:rocket: [REPL It!](https://repl.it/CLov/0)

# Code Explanation:
- Create a variable that will make a copy of the full name that was passed as a parameter.
Expand Down

0 comments on commit 6ca67b6

Please sign in to comment.