You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue describes how to implement the constructors concept exercise for the JavaScript track.
Getting started
Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:
I am closing this issue because we decided to cut concepts/concept exercises differently. See #951 (comment) for details. Constructors are now part of the classes concept (#1015).
This issue describes how to implement the
constructors
concept exercise for the JavaScript track.Getting started
Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:
Please also watch the following video:
Goal
This exercise aims to teach students how constructors are implemented in JavaScript.
Learning objectives
constructor
class methodnew
keywordOut of scope
Concepts
constructors
Prerequisites
inheritance
classes
After
Help
If you have any questions while implementing the exercise, please post the questions as comments in this issue.
The text was updated successfully, but these errors were encountered: