Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V3] Implement new Concept Exercise: constructors #953

Closed
kristinaborn opened this issue Nov 9, 2020 · 1 comment
Closed

[V3] Implement new Concept Exercise: constructors #953

kristinaborn opened this issue Nov 9, 2020 · 1 comment

Comments

@kristinaborn
Copy link
Contributor

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

  • Know that constructors are regular functions
  • Know how to use built-in constructors
  • Know how to define and use custom constructors
  • Know how to use the constructor class method
  • Understand the importance of the new keyword

Out of scope

  • Performance of built-in constructors vs. object literals

Concepts

  • constructors

Prerequisites

  • any data type used in the exercise
  • inheritance
  • classes

After

  • Performance of built-in constructors vs. object literals

Help

If you have any questions while implementing the exercise, please post the questions as comments in this issue.

@mikedamay mikedamay transferred this issue from exercism/v3 Jan 28, 2021
@mikedamay mikedamay changed the title [JavaScript] Implement new Concept Exercise: constructors [V3] Implement new Concept Exercise: constructors Jan 28, 2021
@junedev
Copy link
Member

junedev commented Jul 29, 2021

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).

@junedev junedev closed this as completed Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants