Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 2.76 KB

README.md

File metadata and controls

70 lines (46 loc) · 2.76 KB

JavaScript

Welcome to the workspace for Exercism v3's JavaScript track!

This area will contain everything needed to launch the JavaScript track, including:

  • The new exercises and config.json file.
  • Reference documentation that help explain JavaScript concepts for which no appropriate online document could be found.
  • JavaScript-specific documentation for contributors.

To discuss the overall roadmap, go here. Find a live overview of this launch and prep list here.

Links

Preparation Status

Before we publicize requesting contribution for this language, the following steps should be done.

Readiness for Launch

Before launch, we need all of the following parts to be completed:

config.json

  • Added version key
  • Added online editor settings
    • Added indent_style
    • Added indent_size
  • Convert the exercises array to an object
  • Remove the foregone property

See the migrating your config.json files document for more information.

Concept Exercises

  • Added 20+ Concept Exercises

Representer

  • Build Representer
  • Deploy Representer

Test Runner

  • Build Test Runner
  • Deploy Test Runner

Extra magic

These extra steps will make your track better, but are optional.

Analyzer

  • Build Analyzer
  • Deploy Analyzer