mediumJS ES5#56

Constructor function and new

Prompt

Create a constructor function Person(name, age) that sets both properties on the instance and adds a sayHello method on the prototype (shared across all instances, not per-instance).

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code