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 errors 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:
You can choose to do this solo-style, or collaborate with multiple people on this. My suggestion would be is to
first accept this issue by saying "I'd like to work on this" (you will not get a response from me. Just go with it) and optionally request that someone works with you (and wait for a second person to accept your request).
Use this issue to write down what you need (collect reference material) and discuss, if necessary, what to write and what not to write.
Draft a PR and request the feedback from at least one other JavaScript member (I recommend just pinging the channel on slack).
The text was updated successfully, but these errors were encountered:
This issue describes how to implement the
errors
concept exercise for thejavascript
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:
See the documentation above (general documentation), as well as How to implement a Concept Exercise in JavaScript.
Goal
The goal of this exercise is to teach the student how to handle errors / exception, throw them and create their own.
Learning objectives
try {} catch {}
throw Error
instanceOf SpecialError
Out of scope
Concepts
errors
Prerequisites
strings
classes-intro
After
Help
You can choose to do this solo-style, or collaborate with multiple people on this. My suggestion would be is to
The text was updated successfully, but these errors were encountered: